diff options
Diffstat (limited to 'games/sail/sync.c')
-rw-r--r-- | games/sail/sync.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/games/sail/sync.c b/games/sail/sync.c index d77463853fe..9bf85efac9e 100644 --- a/games/sail/sync.c +++ b/games/sail/sync.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sync.c,v 1.8 2004/12/17 18:46:32 moritz Exp $ */ +/* $OpenBSD: sync.c,v 1.9 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: sync.c,v 1.9 1998/08/30 09:19:40 veego Exp $ */ /* @@ -30,15 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifndef lint -#if 0 -static char sccsid[] = "@(#)sync.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: sync.c,v 1.8 2004/12/17 18:46:32 moritz Exp $"; -#endif -#endif /* not lint */ - #include <fcntl.h> #include <errno.h> #include <stdarg.h> |