diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-11-22 08:57:16 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-11-22 08:57:16 +0000 |
commit | a29b710836fa3c0b010456c25471186ef2f97548 (patch) | |
tree | 0bb70afebca4da18e583d836cda7f3dc75fcde98 /Build/source/utils | |
parent | ec9ca906a994c385dd682a5b5ebdf31f8b787ad6 (diff) |
t1utils: Drop useless '#include <getopt.h>'
git-svn-id: svn://tug.org/texlive/trunk@32210 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
3 files changed, 15 insertions, 1 deletions
diff --git a/Build/source/utils/t1utils/t1utils-1.38-PATCHES/ChangeLog b/Build/source/utils/t1utils/t1utils-1.38-PATCHES/ChangeLog index ad9733e9c8e..3201d5690f9 100644 --- a/Build/source/utils/t1utils/t1utils-1.38-PATCHES/ChangeLog +++ b/Build/source/utils/t1utils/t1utils-1.38-PATCHES/ChangeLog @@ -1,3 +1,7 @@ +2013-11-22 Peter Breitenlohner <peb@mppmu.mpg.de> + + * patch-05-getopt (new): Drop '#include <getopt.h>'. + 2013-10-03 Peter Breitenlohner <peb@mppmu.mpg.de> Import t1utils-1.38. diff --git a/Build/source/utils/t1utils/t1utils-1.38-PATCHES/patch-05-getopt b/Build/source/utils/t1utils/t1utils-1.38-PATCHES/patch-05-getopt new file mode 100644 index 00000000000..58d6bd3010a --- /dev/null +++ b/Build/source/utils/t1utils/t1utils-1.38-PATCHES/patch-05-getopt @@ -0,0 +1,11 @@ +diff -ur t1utils-1.38.orig/t1unmac.c t1utils-1.38/t1unmac.c +--- t1utils-1.38.orig/t1unmac.c 2013-10-03 14:01:08.000000000 +0200 ++++ t1utils-1.38/t1unmac.c 2013-11-22 09:50:47.000000000 +0100 +@@ -41,7 +41,6 @@ + #endif + #if defined(_MSDOS) || defined(_WIN32) + # include <fcntl.h> +-# include <getopt.h> + # include <io.h> + #endif + #include <stdio.h> diff --git a/Build/source/utils/t1utils/t1utils-1.38/t1unmac.c b/Build/source/utils/t1utils/t1utils-1.38/t1unmac.c index 5e2608bfddb..727e0eeb67b 100644 --- a/Build/source/utils/t1utils/t1utils-1.38/t1unmac.c +++ b/Build/source/utils/t1utils/t1utils-1.38/t1unmac.c @@ -41,7 +41,6 @@ #endif #if defined(_MSDOS) || defined(_WIN32) # include <fcntl.h> -# include <getopt.h> # include <io.h> #endif #include <stdio.h> |