From c5b7f86462e55194e79a600d3e99fe008702f530 Mon Sep 17 00:00:00 2001 From: millert Date: Fri, 4 Jul 2003 02:54:36 +0000 Subject: Some cosmetic fixes: o get rid of now-unused tempfile variable o move inifdef into diffreg.c (only used there) o correct a comment o use _PATH_DIFF, _PATH_DIFFH and _PATH_PR instead of variables set to them o get rid of hack to look for pr and diff in /bin --- usr.bin/diff/diff.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin/diff/diff.h') diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h index 092a0f8d53d..ba259f92438 100644 --- a/usr.bin/diff/diff.h +++ b/usr.bin/diff/diff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.11 2003/06/26 22:04:45 millert Exp $ */ +/* $OpenBSD: diff.h,v 1.12 2003/07/04 02:54:36 millert Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. @@ -62,11 +62,10 @@ extern int aflag, bflag, hflag, iflag, lflag, rflag, sflag, tflag, wflag; extern char *start, *ifdefname; -extern int opt, wantelses, inifdef, context, status, anychange; +extern int opt, wantelses, context, status, anychange; extern char *tempfiles[], **diffargv; extern char *file1, *file2, *efile1, *efile2; extern struct stat stb1, stb2; -extern const char *diffh, *diff, *pr; void *emalloc(size_t); void *erealloc(void *, size_t); -- cgit v1.2.3-59-g8ed1b