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 /usr.bin/rdistd | |
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 'usr.bin/rdistd')
-rw-r--r-- | usr.bin/rdistd/filesys-os.c | 18 | ||||
-rw-r--r-- | usr.bin/rdistd/filesys.c | 19 | ||||
-rw-r--r-- | usr.bin/rdistd/rdistd.c | 19 | ||||
-rw-r--r-- | usr.bin/rdistd/server.c | 19 |
4 files changed, 4 insertions, 71 deletions
diff --git a/usr.bin/rdistd/filesys-os.c b/usr.bin/rdistd/filesys-os.c index e278f1681f3..33e2092ca4b 100644 --- a/usr.bin/rdistd/filesys-os.c +++ b/usr.bin/rdistd/filesys-os.c @@ -1,4 +1,4 @@ -/* $OpenBSD: filesys-os.c,v 1.9 2003/06/03 02:56:15 millert Exp $ */ +/* $OpenBSD: filesys-os.c,v 1.10 2009/10/27 23:59:42 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -30,22 +30,6 @@ */ #include "defs.h" -#ifndef lint -#if 0 -static char RCSid[] __attribute__((__unused__)) = -"$From: filesys-os.c,v 1.5 1999/08/04 15:57:33 christos Exp $"; -#else -static char RCSid[] __attribute__((__unused__)) = -"$OpenBSD: filesys-os.c,v 1.9 2003/06/03 02:56:15 millert Exp $"; -#endif - -static char sccsid[] __attribute__((__unused__)) = -"@(#)filesys-os.c"; - -static char copyright[] __attribute__((__unused__)) = -"@(#) Copyright (c) 1983 Regents of the University of California.\n\ - All rights reserved.\n"; -#endif /* not lint */ /* * OS specific file system routines diff --git a/usr.bin/rdistd/filesys.c b/usr.bin/rdistd/filesys.c index a76448486a5..8c37fbd22c8 100644 --- a/usr.bin/rdistd/filesys.c +++ b/usr.bin/rdistd/filesys.c @@ -1,4 +1,4 @@ -/* $OpenBSD: filesys.c,v 1.10 2003/06/03 02:56:15 millert Exp $ */ +/* $OpenBSD: filesys.c,v 1.11 2009/10/27 23:59:42 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -31,23 +31,6 @@ #include "defs.h" -#ifndef lint -#if 0 -static char RCSid[] __attribute__((__unused__)) = -"$From: filesys.c,v 1.2 1999/08/04 15:57:33 christos Exp $"; -#else -static char RCSid[] __attribute__((__unused__)) = -"$OpenBSD: filesys.c,v 1.10 2003/06/03 02:56:15 millert Exp $"; -#endif - -static char sccsid[] __attribute__((__unused__)) = -"@(#)filesys.c"; - -static char copyright[] __attribute__((__unused__)) = -"@(#) Copyright (c) 1983 Regents of the University of California.\n\ - All rights reserved.\n"; -#endif /* not lint */ - /* * This file contains functions dealing with getting info * about mounted filesystems. diff --git a/usr.bin/rdistd/rdistd.c b/usr.bin/rdistd/rdistd.c index 5d3067c3ee4..16774aabcf9 100644 --- a/usr.bin/rdistd/rdistd.c +++ b/usr.bin/rdistd/rdistd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rdistd.c,v 1.7 2007/02/26 15:44:57 jmc Exp $ */ +/* $OpenBSD: rdistd.c,v 1.8 2009/10/27 23:59:42 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -31,23 +31,6 @@ #include "defs.h" -#ifndef lint -#if 0 -static char RCSid[] __attribute__((__unused__)) = -"$From: rdistd.c,v 1.2 1999/08/04 15:57:33 christos Exp $"; -#else -static char RCSid[] __attribute__((__unused__)) = -"$OpenBSD: rdistd.c,v 1.7 2007/02/26 15:44:57 jmc Exp $"; -#endif - -static char sccsid[] __attribute__((__unused__)) = -"@(#)rdistd.c"; - -static char copyright[] __attribute__((__unused__)) = -"@(#) Copyright (c) 1983 Regents of the University of California.\n\ - All rights reserved.\n"; -#endif /* not lint */ - int main(int, char **, char **); static void usage(void); diff --git a/usr.bin/rdistd/server.c b/usr.bin/rdistd/server.c index dd15e834084..06c95f2734d 100644 --- a/usr.bin/rdistd/server.c +++ b/usr.bin/rdistd/server.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server.c,v 1.20 2009/03/28 15:18:29 deraadt Exp $ */ +/* $OpenBSD: server.c,v 1.21 2009/10/27 23:59:42 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -30,23 +30,6 @@ */ #include "defs.h" -#ifndef lint -#if 0 -static char RCSid[] __attribute__((__unused__)) = -"$From: server.c,v 1.10 1999/08/04 15:57:33 christos Exp $"; -#else -static char RCSid[] __attribute__((__unused__)) = -"$OpenBSD: server.c,v 1.20 2009/03/28 15:18:29 deraadt Exp $"; -#endif - -static char sccsid[] __attribute__((__unused__)) = -"@(#)server.c 5.3 (Berkeley) 6/7/86"; - -static char copyright[] __attribute__((__unused__)) = -"@(#) Copyright (c) 1983 Regents of the University of California.\n\ - All rights reserved.\n"; -#endif /* not lint */ - /* * Server routines */ |