diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 00:00:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 00:00:00 +0000 |
commit | d6f987883e262363e2689803a36a7c32736476cc (patch) | |
tree | 1158893c08ead8fccdd4ac523d3492f68c4c1cda /libexec/talkd | |
parent | 94ea65f5c4b7bedff1d6c9caca5363f926955d43 (diff) |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
Diffstat (limited to 'libexec/talkd')
-rw-r--r-- | libexec/talkd/announce.c | 7 | ||||
-rw-r--r-- | libexec/talkd/print.c | 7 | ||||
-rw-r--r-- | libexec/talkd/process.c | 7 | ||||
-rw-r--r-- | libexec/talkd/table.c | 7 | ||||
-rw-r--r-- | libexec/talkd/talkd.c | 13 |
5 files changed, 5 insertions, 36 deletions
diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c index e2347dc7045..f29a19627c1 100644 --- a/libexec/talkd/announce.c +++ b/libexec/talkd/announce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: announce.c,v 1.20 2004/03/10 04:32:45 deraadt Exp $ */ +/* $OpenBSD: announce.c,v 1.21 2009/10/27 23:59:31 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -29,11 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -/*static char sccsid[] = "from: @(#)announce.c 5.9 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$Id: announce.c,v 1.20 2004/03/10 04:32:45 deraadt Exp $"; -#endif /* not lint */ - #include <sys/param.h> #include <sys/types.h> #include <sys/stat.h> diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index 022357b082a..9a2dadc34c6 100644 --- a/libexec/talkd/print.c +++ b/libexec/talkd/print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print.c,v 1.10 2006/03/17 08:23:14 otto Exp $ */ +/* $OpenBSD: print.c,v 1.11 2009/10/27 23:59:31 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -29,11 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -/*static char sccsid[] = "from: @(#)print.c 5.8 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$Id: print.c,v 1.10 2006/03/17 08:23:14 otto Exp $"; -#endif /* not lint */ - /* debug print routines */ #include <sys/types.h> diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index ea99eec8642..6d2df621f04 100644 --- a/libexec/talkd/process.c +++ b/libexec/talkd/process.c @@ -1,4 +1,4 @@ -/* $OpenBSD: process.c,v 1.18 2006/10/18 21:23:11 deraadt Exp $ */ +/* $OpenBSD: process.c,v 1.19 2009/10/27 23:59:31 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -29,11 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -/*static char sccsid[] = "from: @(#)process.c 5.10 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$Id: process.c,v 1.18 2006/10/18 21:23:11 deraadt Exp $"; -#endif /* not lint */ - /* * process.c handles the requests, which can be of three types: * ANNOUNCE - announce to a user that a talk is wanted diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index aae66629ef4..5bf065ae1fb 100644 --- a/libexec/talkd/table.c +++ b/libexec/talkd/table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: table.c,v 1.13 2005/10/14 15:39:19 otto Exp $ */ +/* $OpenBSD: table.c,v 1.14 2009/10/27 23:59:31 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -29,11 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -/*static char sccsid[] = "from: @(#)table.c 5.7 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$Id: table.c,v 1.13 2005/10/14 15:39:19 otto Exp $"; -#endif /* not lint */ - /* * Routines to handle insertion, deletion, etc on the table * of requests kept by the daemon. Nothing fancy here, linear diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index 16dd24105e4..ee2e7be2bad 100644 --- a/libexec/talkd/talkd.c +++ b/libexec/talkd/talkd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: talkd.c,v 1.21 2004/08/08 19:32:45 deraadt Exp $ */ +/* $OpenBSD: talkd.c,v 1.22 2009/10/27 23:59:31 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -29,17 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -char copyright[] = -"@(#) Copyright (c) 1983 Regents of the University of California.\n\ - All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -/*static char sccsid[] = "from: @(#)talkd.c 5.8 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$Id: talkd.c,v 1.21 2004/08/08 19:32:45 deraadt Exp $"; -#endif /* not lint */ - /* * The top level of the daemon, the format is heavily borrowed * from rwhod.c. Basically: find out who and where you are; |