summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-02-01 07:25:07 +0000
committerobrien <obrien@FreeBSD.org>2002-02-01 07:25:07 +0000
commita16458e33cc11edde467c6dc692e014f89ab6ca5 (patch)
tree9041d5868818c215af8e70e4872ca3e754028b32
parentc48bdad502a1dc2c961b8dba1eefffecc693218a (diff)
downloadFreeBSD-src-a16458e33cc11edde467c6dc692e014f89ab6ca5.zip
FreeBSD-src-a16458e33cc11edde467c6dc692e014f89ab6ca5.tar.gz
Cut-n-paste in `list' mode considered harmful.
-rw-r--r--lib/libc/gen/disklabel.c4
-rw-r--r--lib/libc/gen/err.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c
index ca48456..30baf24 100644
--- a/lib/libc/gen/disklabel.c
+++ b/lib/libc/gen/disklabel.c
@@ -31,9 +31,9 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)$
+#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)disklabel.c 8.2 (Berkeley) 5/3/95";
-#endif /* LIBC_SCCS and not lint */$
+#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/lib/libc/gen/err.c b/lib/libc/gen/err.c
index ae664a3..edb30ff 100644
--- a/lib/libc/gen/err.c
+++ b/lib/libc/gen/err.c
@@ -31,9 +31,9 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)$
-static char sccsid[] = "@(#)err.c^I8.1 (Berkeley) 6/4/93";$
-#endif /* LIBC_SCCS and not lint */$
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)err.c^I8.1 (Berkeley) 6/4/93";
+#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud