diff options
author | markm <markm@FreeBSD.org> | 2001-12-11 23:51:14 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-12-11 23:51:14 +0000 |
commit | a82545dcd4cfdc337e6904afa3ab43097134c360 (patch) | |
tree | f29bbbc79d4e1b190fcac1c308cb1862054576e2 /usr.bin/talk/ctl.c | |
parent | 7f940dc06cf848e2e7af8e1dbc9c03d85f37d267 (diff) | |
download | FreeBSD-src-a82545dcd4cfdc337e6904afa3ab43097134c360.zip FreeBSD-src-a82545dcd4cfdc337e6904afa3ab43097134c360.tar.gz |
WARNS=2 fixes with NO_WERROR set because of system-header originating
warnings. Use __FBSDID().
Diffstat (limited to 'usr.bin/talk/ctl.c')
-rw-r--r-- | usr.bin/talk/ctl.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index c8094b4..3da8e79 100644 --- a/usr.bin/talk/ctl.c +++ b/usr.bin/talk/ctl.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> + +__FBSDID("$FreeBSD$"); + #ifndef lint -#if 0 -static char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; +static const char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ /* * This file handles haggling with the various talk daemons to |