summaryrefslogtreecommitdiff
path: root/Build/source/texk/psutils/psutils-PATCHES/patch-20-texlive
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-23 04:07:35 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-23 04:07:35 +0000
commitda1dad220867bd8ba8b9868aedcaa0b584e9659d (patch)
tree419b5afe0d157e33fb154a23e4023a4e055fa8a9 /Build/source/texk/psutils/psutils-PATCHES/patch-20-texlive
parent858b385656f9bfa17a145904df46aac35e6cba3e (diff)
texk/psutils: New convention
git-svn-id: svn://tug.org/texlive/trunk@39834 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/psutils/psutils-PATCHES/patch-20-texlive')
-rw-r--r--Build/source/texk/psutils/psutils-PATCHES/patch-20-texlive19
1 files changed, 19 insertions, 0 deletions
diff --git a/Build/source/texk/psutils/psutils-PATCHES/patch-20-texlive b/Build/source/texk/psutils/psutils-PATCHES/patch-20-texlive
new file mode 100644
index 00000000000..86a624003be
--- /dev/null
+++ b/Build/source/texk/psutils/psutils-PATCHES/patch-20-texlive
@@ -0,0 +1,19 @@
+diff -ur psutils-1.23.orig/psutil.c psutils-1.23/psutil.c
+--- psutils-1.23.orig/psutil.c 2014-01-16 08:56:23.000000000 +0100
++++ psutils-1.23/psutil.c 2014-01-16 08:57:40.000000000 +0100
+@@ -66,6 +66,7 @@
+ verror(1, 0, format, args); /* Does not return */
+ }
+
++#if 0 /* not used for TeX Live */
+ /* Read a line from a pipe and return it without any trailing newline. */
+ static char *pgetline(const char *cmd)
+ {
+@@ -94,6 +95,7 @@
+ free(cmd);
+ return res == 2;
+ }
++#endif /* not used for TeX Live */
+
+ /* Make a file seekable, using temporary files if necessary */
+ FILE *seekable(FILE *fp)