diff options
author | 2006-05-31 22:24:12 +0000 | |
---|---|---|
committer | 2006-05-31 22:24:12 +0000 | |
commit | 261cb0dab3ac3e0a8f4de08c5fd8617f9753dde9 (patch) | |
tree | 2602b274a7a2a332133d4e4373631c6477be2fd7 /usr.bin/cvs/diff.h | |
parent | byteswap the ioc_status field so we can respond to scsi things properly on (diff) | |
download | wireguard-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.h | 3 |
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; |