diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/disklabel.c | 4 | ||||
-rw-r--r-- | lib/libc/gen/err.c | 6 |
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$"); |