summaryrefslogtreecommitdiff
path: root/print/ghostscript7-x11/files/patch-src_gp__unix.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--print/ghostscript7-x11/files/patch-src_gp__unix.c (renamed from print/ghostscript7-x11/files/patch-src-gp_unix.c)10
1 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript7-x11/files/patch-src-gp_unix.c b/print/ghostscript7-x11/files/patch-src_gp__unix.c
index 85f56e3cc021..b346bdcce4d2 100644
--- a/print/ghostscript7-x11/files/patch-src-gp_unix.c
+++ b/print/ghostscript7-x11/files/patch-src_gp__unix.c
@@ -1,6 +1,6 @@
---- src/gp_unix.c.orig 2003-01-17 09:49:02.000000000 +0900
-+++ src/gp_unix.c 2015-08-22 01:54:32.507486000 +0900
-@@ -41,11 +41,60 @@
+--- src/gp_unix.c.orig 2003-01-17 00:49:02 UTC
++++ src/gp_unix.c
+@@ -41,11 +41,60 @@ extern char *getenv(P1(const char *));
#endif
@@ -61,7 +61,7 @@
/* Do platform-dependent cleanup. */
void
-@@ -57,6 +106,7 @@
+@@ -57,6 +106,7 @@ gp_exit(int exit_status, int code)
void
gp_do_exit(int exit_status)
{
@@ -69,7 +69,7 @@
}
/* ------ Miscellaneous ------ */
-@@ -67,7 +117,11 @@
+@@ -67,7 +117,11 @@ gp_do_exit(int exit_status)
const char *
gp_strerror(int errnum)
{