diff options
author | 2004-01-07 17:18:32 +0000 | |
---|---|---|
committer | 2004-01-07 17:18:32 +0000 | |
commit | 96e45528389e5f614e52e3b7183c18cde06a9a2e (patch) | |
tree | 404ad8a216cf242fe86d0c44b31630f9329d8bb9 /usr.bin/diff/diff.h | |
parent | Fix crash reported in pr/3630. Poll all scsi requests that have SCSI_POLL set. (diff) | |
download | wireguard-openbsd-96e45528389e5f614e52e3b7183c18cde06a9a2e.tar.xz wireguard-openbsd-96e45528389e5f614e52e3b7183c18cde06a9a2e.zip |
Implement -p option.
"works here" millert@ ok miod@ deraadt@
Diffstat (limited to 'usr.bin/diff/diff.h')
-rw-r--r-- | usr.bin/diff/diff.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h index 538d67df19d..7f658699fa3 100644 --- a/usr.bin/diff/diff.h +++ b/usr.bin/diff/diff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.25 2003/11/09 20:13:57 otto Exp $ */ +/* $OpenBSD: diff.h,v 1.26 2004/01/07 17:18:32 otto Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -68,8 +68,8 @@ struct excludes { struct excludes *next; }; -extern int aflag, bflag, dflag, iflag, lflag, Nflag, Pflag, rflag, sflag, - tflag, Tflag, wflag; +extern int aflag, bflag, dflag, iflag, lflag, Nflag, Pflag, pflag, rflag, + sflag, tflag, Tflag, wflag; extern int format, context, status; extern char *start, *ifdefname, *diffargs, *label; extern struct stat stb1, stb2; |