diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
| commit | 47cfdb166d16af183216e459e4e48aff9d2beabf (patch) | |
| tree | 93aceb4227ab2f9f24d54737e22b76e485ae9796 /sys/kern/kern_lock.c | |
| parent | 4f36d4ac99675f748f0e5b7ca061c49573d3ecbd (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_lock.c')
| -rw-r--r-- | sys/kern/kern_lock.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index c14cc93f138d..8db4a6b0a21a 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -38,9 +38,11 @@ * SUCH DAMAGE. * * @(#)kern_lock.c 8.18 (Berkeley) 5/21/95 - * $Id: kern_lock.c,v 1.13 1997/10/28 15:58:19 bde Exp $ + * $Id: kern_lock.c,v 1.14 1997/11/07 08:52:55 phk Exp $ */ +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/proc.h> #include <sys/lock.h> |
