mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
aea575ce76
A Stand-Alone shell combining many common utilities. PR: 16309 Submitted by: Patrick Gardella <patrick@freebsd.org>
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 */
|