diff options
author | bde <bde@FreeBSD.org> | 2002-02-01 23:26:32 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2002-02-01 23:26:32 +0000 |
commit | bcd12df5f072da3a7343e5369fbcb8ee0c20e30b (patch) | |
tree | 82d0e4737ff62c094a6e9516d045f17d466dcd11 /lib/libc/gen | |
parent | 986de447b076da15539f4b6b2539d2b1b102803f (diff) | |
download | FreeBSD-src-bcd12df5f072da3a7343e5369fbcb8ee0c20e30b.zip FreeBSD-src-bcd12df5f072da3a7343e5369fbcb8ee0c20e30b.tar.gz |
Fixed tab lossage in vendor id and nearby style bugs in previous commit.
Diffstat (limited to 'lib/libc/gen')
-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 edb30ff..c2a399b 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$"); |