diff options
Diffstat (limited to 'libexec/comsat/comsat.c')
-rw-r--r-- | libexec/comsat/comsat.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index 3f8328eafa4..eb2e1b49e87 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: comsat.c,v 1.35 2006/08/17 23:52:06 ray Exp $ */ +/* $OpenBSD: comsat.c,v 1.36 2009/10/27 23:59:31 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 @@ -29,17 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -/*static char sccsid[] = "from: @(#)comsat.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$OpenBSD: comsat.c,v 1.35 2006/08/17 23:52:06 ray Exp $"; -#endif /* not lint */ - #include <sys/limits.h> #include <sys/param.h> #include <sys/socket.h> |