=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdistd/server.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/rdistd/server.c 2009/03/28 15:18:29 1.20 --- src/usr.bin/rdistd/server.c 2009/10/27 23:59:42 1.21 *************** *** 1,4 **** ! /* $OpenBSD: server.c,v 1.20 2009/03/28 15:18:29 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: server.c,v 1.21 2009/10/27 23:59:42 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 29,51 **** * SUCH DAMAGE. */ #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 --- 29,34 ----