summaryrefslogtreecommitdiff
path: root/converters/mpack/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'converters/mpack/files/patch-ab')
-rw-r--r--converters/mpack/files/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/converters/mpack/files/patch-ab b/converters/mpack/files/patch-ab
index 81754bad4eda..cd9a647b5cb7 100644
--- a/converters/mpack/files/patch-ab
+++ b/converters/mpack/files/patch-ab
@@ -1,19 +1,3 @@
-*** unixos.c.bak Fri Feb 17 00:39:50 1995
---- unixos.c Mon Nov 11 10:19:28 1996
-***************
-*** 89,95 ****
---- 89,99 ----
- strcpy(buf, getenv("TMPDIR"));
- }
- else {
-+ #ifdef __FreeBSD__
-+ strcpy(buf, "/var/tmp");
-+ #else
- strcpy(buf, "/usr/tmp");
-+ #endif
- }
- strcat(buf, "/m-prts-");
- p = getenv("USER");
*** unixpk.man.bak Fri Feb 17 00:39:50 1995
--- unixpk.man Mon Nov 11 10:19:46 1996
***************