From 90f56ad89a9a2865b738e2fb968a31f24e4f9aa7 Mon Sep 17 00:00:00 2001 From: millert Date: Thu, 26 Jun 2003 22:04:45 +0000 Subject: Remove cruft; We don't have the -I, -1 or -2 options anymore so we don't need the associated scaffolding. tedu@ OK --- usr.bin/diff/diff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/diff/diff.h') 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; -- cgit v1.2.3-59-g8ed1b