diff options
| author | wiz <wiz@NetBSD.org> | 2000-11-01 14:34:14 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2000-11-01 14:34:14 +0000 |
| commit | fd7b7ed13ef54ade4e84a30c4efee4b44ff6d737 (patch) | |
| tree | 5c395ecaf8b2f7adeebe6b4fe86a2667988bf311 /gnu/dist/diffutils | |
| parent | 8aed9a24ac0400d182cd097bab03e51995afca31 (diff) | |
Use NetBSD's getopt{,_long}.
Diffstat (limited to 'gnu/dist/diffutils')
| -rw-r--r-- | gnu/dist/diffutils/diff.c | 2 | ||||
| -rw-r--r-- | gnu/dist/diffutils/diff3.c | 2 | ||||
| -rw-r--r-- | gnu/dist/diffutils/sdiff.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/dist/diffutils/diff.c b/gnu/dist/diffutils/diff.c index ab1549be864..34b37867c71 100644 --- a/gnu/dist/diffutils/diff.c +++ b/gnu/dist/diffutils/diff.c @@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define GDIFF_MAIN #include "diff.h" #include <signal.h> -#include "getopt.h" +#include <getopt.h> #include "fnmatch.h" #ifndef DEFAULT_WIDTH diff --git a/gnu/dist/diffutils/diff3.c b/gnu/dist/diffutils/diff3.c index 5d94ab866db..50c5acf0159 100644 --- a/gnu/dist/diffutils/diff3.c +++ b/gnu/dist/diffutils/diff3.c @@ -20,7 +20,7 @@ #include "system.h" #include <stdio.h> #include <signal.h> -#include "getopt.h" +#include <getopt.h> extern char const version_string[]; diff --git a/gnu/dist/diffutils/sdiff.c b/gnu/dist/diffutils/sdiff.c index 57d56f1dc24..0289af77573 100644 --- a/gnu/dist/diffutils/sdiff.c +++ b/gnu/dist/diffutils/sdiff.c @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "system.h" #include <stdio.h> #include <signal.h> -#include "getopt.h" +#include <getopt.h> /* Size of chunks read from files which must be parsed into lines. */ #define SDIFF_BUFSIZE ((size_t) 65536) |
