mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
|
diff -NPru cmd_gzip.c.orig cmd_gzip.c
|
||
|
--- cmd_gzip.c.orig Tue Apr 20 13:46:17 1999
|
||
|
+++ cmd_gzip.c Sat Jan 22 23:47:44 2000
|
||
|
@@ -666,6 +666,6 @@
|
||
|
}
|
||
|
|
||
|
|
||
|
-#endif
|
||
|
+#endif /* HAVE_GZIP */
|
||
|
|
||
|
/* END CODE */
|