diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 1998-01-14 07:21:14 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 1998-01-14 07:21:14 +0000 |
commit | 20868061ee3c06243e6e4aa990e0a9c4c23b800b (patch) | |
tree | 5450cc754c91d5a5a85e15b552009e408da9aa19 /usr.bin/talk/ctl_transact.c | |
parent | 69036300b207e8104228a78221e1eb5ed7f0afe9 (diff) |
Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) and
add usage().
Notes
Notes:
svn path=/head/; revision=32503
Diffstat (limited to 'usr.bin/talk/ctl_transact.c')
-rw-r--r-- | usr.bin/talk/ctl_transact.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c index 2cd4dcea2b41..2f2d8430bbb2 100644 --- a/usr.bin/talk/ctl_transact.c +++ b/usr.bin/talk/ctl_transact.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)ctl_transact.c 8.1 (Berkeley) 6/6/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include <errno.h> |