Removed vestiges of config-time "argument processing" configuration.

This commit is contained in:
Bruce Evans 1997-09-07 13:49:56 +00:00
parent 7128e3fc0a
commit a910e75cdc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29203
4 changed files with 7 additions and 8 deletions

View File

@ -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 = {

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95
* $Id: vfs_subr.c,v 1.98 1997/09/03 09:18:48 phk Exp $
* $Id: vfs_subr.c,v 1.99 1997/09/03 13:29:41 phk Exp $
*/
/*
@ -703,7 +703,7 @@ reassignbuf(bp, newvp)
#ifndef DEVFS_ROOT
/*
* Create a vnode for a block device.
* Used for root filesystem, argdev, and swap areas.
* Used for root filesystem and swap areas.
* Also used for memory file system special devices.
*/
int

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95
* $Id: vfs_subr.c,v 1.98 1997/09/03 09:18:48 phk Exp $
* $Id: vfs_subr.c,v 1.99 1997/09/03 13:29:41 phk Exp $
*/
/*
@ -703,7 +703,7 @@ reassignbuf(bp, newvp)
#ifndef DEVFS_ROOT
/*
* Create a vnode for a block device.
* Used for root filesystem, argdev, and swap areas.
* Used for root filesystem and swap areas.
* Also used for memory file system special devices.
*/
int

View File

@ -2,7 +2,7 @@
/*
* Written by Julian Elischer (julian@DIALix.oz.au)
*
* $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.37 1997/07/14 04:53:52 julian Exp $
* $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.38 1997/08/26 17:17:52 julian Exp $
*/
#include "opt_devfs.h"
@ -868,7 +868,7 @@ findbdev(dev_t dev, dn_p dir)
/*
* Create a vnode for a block device.
* Used for root filesystem, argdev, and swap areas.
* Used for root filesystem and swap areas.
* Also used for memory file system special devices.
*/