diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-09-07 13:49:56 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-09-07 13:49:56 +0000 |
| commit | a910e75cdc9e9726e42d10f05c83f17a4cd80610 (patch) | |
| tree | 6ff27cb72e1d0a19674a2aeb4ccd93b57997fbf3 /sys/conf | |
| parent | 7128e3fc0a65e2bb48a638ffdfe72b13e91ce5c4 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/nfsswapkernel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/nfsswapkernel.c b/sys/conf/nfsswapkernel.c index aedf7ef3e52d..12722fff6457 100644 --- a/sys/conf/nfsswapkernel.c +++ b/sys/conf/nfsswapkernel.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)nfsswapvmunix.c 8.1 (Berkeley) 6/10/93 - * $Id: nfsswapkernel.c,v 1.3 1997/02/22 09:28:14 peter Exp $ + * $Id: nfsswapkernel.c,v 1.4 1997/09/07 12:56:37 bde Exp $ */ /* @@ -56,7 +56,6 @@ extern int nfs_mountroot(); int (*mountroot)() = nfs_mountroot; dev_t rootdev = NODEV; -dev_t argdev = NODEV; dev_t dumpdev = NODEV; struct nfs_diskless nfs_diskless = { |
