diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-08-02 05:06:15 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-08-02 05:06:15 +0000 |
commit | 7b1f86886de719653324e1fa02f55271fd6b2234 (patch) | |
tree | 0588f7d722231f97e4061f55b4b5bb28afbfbb6f /Build/source/texk/kpathsea | |
parent | 1920559bcfbbef6db8571433023c4da58026a3f6 (diff) |
remove definition of pipe
git-svn-id: svn://tug.org/texlive/trunk@27283 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/win32lib.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 19cc2cb9631..566f3fa58ab 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2012-08-02 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * win32lib.h: remove definition of pipe. + 2012-08-01 Peter Breitenlohner <peb@mppmu.mpg.de> * configure.ac: Bail out for a badly broken snprintf() diff --git a/Build/source/texk/kpathsea/win32lib.h b/Build/source/texk/kpathsea/win32lib.h index da662f9bf04..1543c934e91 100644 --- a/Build/source/texk/kpathsea/win32lib.h +++ b/Build/source/texk/kpathsea/win32lib.h @@ -85,7 +85,6 @@ #define mkdir _mkdir #define mktemp _mktemp #define open _open -#define pipe _pipe #define putenv _putenv #define read _read |