=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/diff.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/usr.bin/diff/diff.c 2003/07/22 01:16:01 1.33 +++ src/usr.bin/diff/diff.c 2003/07/22 16:42:58 1.34 @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.33 2003/07/22 01:16:01 millert Exp $ */ +/* $OpenBSD: diff.c,v 1.34 2003/07/22 16:42:58 millert Exp $ */ /* * Copyright (c) 2003 Todd C. Miller @@ -21,7 +21,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: diff.c,v 1.33 2003/07/22 01:16:01 millert Exp $"; +static const char rcsid[] = "$OpenBSD: diff.c,v 1.34 2003/07/22 16:42:58 millert Exp $"; #endif /* not lint */ #include @@ -70,6 +70,7 @@ { "ignore-all-space", no_argument, 0, 'w' }, { "exclude", required_argument, 0, 'x' }, { "exclude-from", required_argument, 0, 'X' }, + { NULL, 0, 0, '\0'} }; __dead void usage(void);