diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-11 05:37:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-11 05:37:42 +0000 |
| commit | ab0de15baf7234734b1b64c3145cd36f867c98ea (patch) | |
| tree | 1d9ab8a01d7996cfd59c22d145d33e91b5014907 /sys/nfsclient | |
| parent | 77e2a274d020432792cae6bad0869e5723555f5d (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient')
| -rw-r--r-- | sys/nfsclient/nfs_diskless.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_diskless.c b/sys/nfsclient/nfs_diskless.c index c5f167ef52ce..4fb45a613a82 100644 --- a/sys/nfsclient/nfs_diskless.c +++ b/sys/nfsclient/nfs_diskless.c @@ -34,9 +34,11 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |
