diff options
Diffstat (limited to 'usr.bin/rdistd/server.c')
-rw-r--r-- | usr.bin/rdistd/server.c | 19 |
1 files changed, 1 insertions, 18 deletions
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 */ |