diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-09-07 12:56:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-09-07 12:56:46 +0000 |
| commit | 7128e3fc0a65e2bb48a638ffdfe72b13e91ce5c4 (patch) | |
| tree | 4cc232f2912ec876c01bbf3b7bcdacc3e2a8c765 /sys/conf | |
| parent | f871c21d2c87d5edc4c99a7059ab319436fdbd5d (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/nfsswapkernel.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/conf/nfsswapkernel.c b/sys/conf/nfsswapkernel.c index 432109cb3933..aedf7ef3e52d 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$ + * $Id: nfsswapkernel.c,v 1.3 1997/02/22 09:28:14 peter Exp $ */ /* @@ -59,10 +59,6 @@ dev_t rootdev = NODEV; dev_t argdev = NODEV; dev_t dumpdev = NODEV; -struct swdevt swdevt[] = { - { NODEV, 0, 5000 }, /* happy:/u/swap.dopey */ - { 0, 0, 0 } -}; struct nfs_diskless nfs_diskless = { { { 'q', 'e', '0', '\0' }, { 0x10, 0x2, { 0x0, 0x0, 0x83, 0x68, 0x30, 0x2, } }, |
