diff options
| author | wiz <wiz@NetBSD.org> | 2000-11-08 00:08:29 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2000-11-08 00:08:29 +0000 |
| commit | 29a60e8ab7ee1422489b72ee7cbb4d0cc25f04d3 (patch) | |
| tree | 583e6d52b39b21c98ccb4b1941d8e4c93ec102d6 /gnu/dist/diffutils | |
| parent | 85567a99836d39b433ab47ee0874b00a7671b467 (diff) | |
Undo last change for now.
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 34b37867c71..ab1549be864 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 50c5acf0159..5d94ab866db 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 0289af77573..57d56f1dc24 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) |
