diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-10 00:14:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-10 00:14:18 +0000 |
commit | 67a6fd4eb74dbda46b6c9b0f09924a3383653a14 (patch) | |
tree | 3e6f352759d1da27b100881ac5825ba77ea0e9fc /usr.bin | |
parent | a650e4d7c781bcb8119778619b32e381058aa2b7 (diff) |
remove bogus #include <getopt.h>
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tip/cu.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/tip/cu.c b/usr.bin/tip/cu.c index 07f80f43600..c3a16c0401a 100644 --- a/usr.bin/tip/cu.c +++ b/usr.bin/tip/cu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cu.c,v 1.6 2001/09/09 19:30:49 millert Exp $ */ +/* $OpenBSD: cu.c,v 1.7 2001/09/10 00:14:17 millert Exp $ */ /* $NetBSD: cu.c,v 1.5 1997/02/11 09:24:05 mrg Exp $ */ /* @@ -38,11 +38,10 @@ #if 0 static char sccsid[] = "@(#)cu.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: cu.c,v 1.6 2001/09/09 19:30:49 millert Exp $"; +static char rcsid[] = "$OpenBSD: cu.c,v 1.7 2001/09/10 00:14:17 millert Exp $"; #endif /* not lint */ #include "tip.h" -#include <getopt.h> void cleanup(); void cuusage(); |