Module Name: src
Committed By: pooka
Date: Wed Mar 3 13:56:30 UTC 2010
Modified Files:
src/usr.bin/config: main.c
Log Message:
reflect previous change in comment
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/config/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/main.c
diff -u src/usr.bin/config/main.c:1.39 src/usr.bin/config/main.c:1.40
--- src/usr.bin/config/main.c:1.39 Wed Mar 3 13:53:22 2010
+++ src/usr.bin/config/main.c Wed Mar 3 13:56:29 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.39 2010/03/03 13:53:22 pooka Exp $ */
+/* $NetBSD: main.c,v 1.40 2010/03/03 13:56:29 pooka Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -603,10 +603,7 @@
}
/*
- * Define one or more file systems. If file system options file name is
- * specified, a preprocessor #define for that file system will be placed
- * in that file. In this case, only one file system may be specified.
- * Otherwise, no preprocessor #defines will be generated.
+ * Define one or more file systems.
*/
void
deffilesystem(struct nvlist *fses, struct nvlist *deps)