summaryrefslogtreecommitdiff
path: root/usr.bin/diff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2003-09-06 05:25:23 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2003-09-06 05:25:23 +0000
commit57d5084e30b5cd5b3a983917582de441ba734128 (patch)
tree334ac4ba07480a5b6ce841b59597fcbdf23ebdb4 /usr.bin/diff
parent3525a086ad280d59d2ce5c30a15bd2ba7af7a32c (diff)
restore undocumented -u# support for the old schoolers. :)
noticed by itojun@, ok deraadt@
Diffstat (limited to 'usr.bin/diff')
-rw-r--r--usr.bin/diff/diff.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/diff/diff.c b/usr.bin/diff/diff.c
index b2327734971..2ace748a852 100644
--- a/usr.bin/diff/diff.c
+++ b/usr.bin/diff/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.38 2003/08/18 02:04:42 david Exp $ */
+/* $OpenBSD: diff.c,v 1.39 2003/09/06 05:25:22 tedu Exp $ */
/*
* Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -21,7 +21,7 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: diff.c,v 1.38 2003/08/18 02:04:42 david Exp $";
+static const char rcsid[] = "$OpenBSD: diff.c,v 1.39 2003/09/06 05:25:22 tedu Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -46,7 +46,7 @@ char *start, *ifdefname, *diffargs, *label;
struct stat stb1, stb2;
struct excludes *excludes_list;
-#define OPTIONS "abC:cdD:efhiL:lnNPqrS:sTtU:uwX:x:"
+#define OPTIONS "abC:c::dD:efhiL:lnNPqrS:sTtU:u::wX:x:"
static struct option longopts[] = {
{ "text", no_argument, 0, 'a' },
{ "ignore-space-change", no_argument, 0, 'b' },