diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-02-01 23:26:32 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-02-01 23:26:32 +0000 |
| commit | 49efc51214201eab744ba7d47b1b477ad4793d0a (patch) | |
| tree | 82d0e4737ff62c094a6e9516d045f17d466dcd11 /lib/libc | |
| parent | eb0a30f4c1fb0c380e48a946c9a50c1d277fa38f (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/err.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gen/err.c b/lib/libc/gen/err.c index edb30ff5d674..c2a399baa405 100644 --- a/lib/libc/gen/err.c +++ b/lib/libc/gen/err.c @@ -31,9 +31,12 @@ * SUCH DAMAGE. */ +#if 0 #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)err.c^I8.1 (Berkeley) 6/4/93"; +static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ +#endif + #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |
