summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.h
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2006-05-31 22:24:12 +0000
committerjoris <joris@openbsd.org>2006-05-31 22:24:12 +0000
commit261cb0dab3ac3e0a8f4de08c5fd8617f9753dde9 (patch)
tree2602b274a7a2a332133d4e4373631c6477be2fd7 /usr.bin/cvs/diff.h
parentbyteswap the ioc_status field so we can respond to scsi things properly on (diff)
downloadwireguard-openbsd-261cb0dab3ac3e0a8f4de08c5fd8617f9753dde9.tar.xz
wireguard-openbsd-261cb0dab3ac3e0a8f4de08c5fd8617f9753dde9.zip
support -p flag for diff, makes dlg@ feel all warm
and fuzzie inside.
Diffstat (limited to 'usr.bin/cvs/diff.h')
-rw-r--r--usr.bin/cvs/diff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/diff.h b/usr.bin/cvs/diff.h
index 8ed8b8bc865..686ececbf2e 100644
--- a/usr.bin/cvs/diff.h
+++ b/usr.bin/cvs/diff.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.h,v 1.11 2006/05/27 03:30:30 joris Exp $ */
+/* $OpenBSD: diff.h,v 1.12 2006/05/31 22:24:12 joris Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -98,6 +98,7 @@ int ed_patch_lines(struct cvs_lines *, struct cvs_lines *);
extern int diff_format;
extern int diff3_conflicts;
+extern int diff_pflag;
extern char *diff_file;
extern char diffargs[128];
extern BUF *diffbuf;