From aeb82612035e635c909e64ee78ff8209bfb3bf4a Mon Sep 17 00:00:00 2001 From: millert Date: Sun, 6 Jul 2003 22:02:36 +0000 Subject: Implement -P from GNU diff (like -N but only for files that are missing from dir1). --- 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 276660f5954..0264115269d 100644 --- a/usr.bin/diff/diff.h +++ b/usr.bin/diff/diff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.15 2003/07/06 20:48:59 millert Exp $ */ +/* $OpenBSD: diff.h,v 1.16 2003/07/06 22:02:36 millert Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -55,7 +55,7 @@ struct excludes { struct excludes *next; }; -extern int aflag, bflag, iflag, Nflag, rflag, sflag, tflag, wflag; +extern int aflag, bflag, iflag, Nflag, Pflag, rflag, sflag, tflag, wflag; extern char *start, *ifdefname; extern int format, context, status, anychange; extern char *tempfiles[], *diffargs; -- cgit v1.2.3-59-g8ed1b