summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-07 13:49:56 +0000
committerbde <bde@FreeBSD.org>1997-09-07 13:49:56 +0000
commitfc775e371133c2aa822367f169269142da8f1a45 (patch)
tree89605403e05fcab12e10f0891225847448ba00e8 /sys/kern
parent996bf127fa143c0b4235fc2a2d220a9b633cd3fa (diff)
downloadFreeBSD-src-fc775e371133c2aa822367f169269142da8f1a45.zip
FreeBSD-src-fc775e371133c2aa822367f169269142da8f1a45.tar.gz
Removed vestiges of config-time "argument processing" configuration.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_export.c4
-rw-r--r--sys/kern/vfs_subr.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c
index 5208346..fb71b96 100644
--- a/sys/kern/vfs_export.c
+++ b/sys/kern/vfs_export.c
@@ -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
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 5208346..fb71b96 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -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
OpenPOWER on IntegriCloud