diff options
author | charnier <charnier@FreeBSD.org> | 1997-08-18 07:27:59 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-08-18 07:27:59 +0000 |
commit | 546d7b7b78b61935341e8d0e4039503b12da73de (patch) | |
tree | a9441a6133584383dc83e7fac95eb34b3966a993 /usr.bin/tset/set.c | |
parent | 188deefee801bb0ba77a60dc42ecb1cb08fe4871 (diff) | |
download | FreeBSD-src-546d7b7b78b61935341e8d0e4039503b12da73de.zip FreeBSD-src-546d7b7b78b61935341e8d0e4039503b12da73de.tar.gz |
Use err(3) insteadof local redefinition. Sync usage string with man page.
Diffstat (limited to 'usr.bin/tset/set.c')
-rw-r--r-- | usr.bin/tset/set.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/tset/set.c b/usr.bin/tset/set.c index e55ebbd..68fa7a2 100644 --- a/usr.bin/tset/set.c +++ b/usr.bin/tset/set.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)set.c 8.2 (Berkeley) 2/28/94"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include <termios.h> |