diff options
Diffstat (limited to 'usr.bin/rdist/client.c')
-rw-r--r-- | usr.bin/rdist/client.c | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/usr.bin/rdist/client.c b/usr.bin/rdist/client.c index f43b0fafd97..930bb6a0508 100644 --- a/usr.bin/rdist/client.c +++ b/usr.bin/rdist/client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.21 2009/02/15 22:20:54 deraadt Exp $ */ +/* $OpenBSD: client.c,v 1.22 2009/10/27 23:59:42 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -32,23 +32,6 @@ #include "defs.h" #include "y.tab.h" -#ifndef lint -#if 0 -static char RCSid[] __attribute__((__unused__)) = -"$From: client.c,v 1.13 1999/11/01 00:22:14 christos Exp $"; -#else -static char RCSid[] __attribute__((__unused__)) = -"$OpenBSD: client.c,v 1.21 2009/02/15 22:20:54 deraadt Exp $"; -#endif - -static char sccsid[] __attribute__((__unused__)) = -"@(#)client.c"; - -static char copyright[] __attribute__((__unused__)) = -"@(#) Copyright (c) 1983 Regents of the University of California.\n\ - All rights reserved.\n"; -#endif /* not lint */ - /* * Routines used in client mode to communicate with remove server. */ |