summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-06-26 22:04:45 +0000
committermillert <millert@openbsd.org>2003-06-26 22:04:45 +0000
commit90f56ad89a9a2865b738e2fb968a31f24e4f9aa7 (patch)
tree4862bca2cbfdd44d767642134646b99aeb1c2827 /usr.bin/diff/diff.h
parentmore proto fixes (diff)
downloadwireguard-openbsd-90f56ad89a9a2865b738e2fb968a31f24e4f9aa7.tar.xz
wireguard-openbsd-90f56ad89a9a2865b738e2fb968a31f24e4f9aa7.zip
Remove cruft; We don't have the -I, -1 or -2 options anymore so we don't
need the associated scaffolding. tedu@ OK
Diffstat (limited to 'usr.bin/diff/diff.h')
-rw-r--r--usr.bin/diff/diff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h
index fc155fcf2a9..092a0f8d53d 100644
--- a/usr.bin/diff/diff.h
+++ b/usr.bin/diff/diff.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.h,v 1.10 2003/06/26 18:19:29 millert Exp $ */
+/* $OpenBSD: diff.h,v 1.11 2003/06/26 22:04:45 millert Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
@@ -61,7 +61,7 @@
lines and no trailing . */
extern int aflag, bflag, hflag, iflag, lflag, rflag, sflag, tflag, wflag;
-extern char *start, *ifdef1, *ifdef2, *endifname;
+extern char *start, *ifdefname;
extern int opt, wantelses, inifdef, context, status, anychange;
extern char *tempfiles[], **diffargv;
extern char *file1, *file2, *efile1, *efile2;