freebsd-ports/shells/fd/files/patch-fd.h
Akinori MUSHA 54801c4c69 - Recognize .tbz as a tar+bzip2 suffix.
- Expand the arch table size from 16 to 32.
- Bump PORTREVISION accordingly.
2002-08-11 13:28:31 +00:00

7 lines
203 B
C

--- fd.h.orig Wed Jul 10 00:00:00 2002
+++ fd.h Sun Aug 11 22:25:15 2002
@@ -132,3 +132,3 @@
#define MAXLAUNCHTABLE 32
-#define MAXARCHIVETABLE 16
+#define MAXARCHIVETABLE 32
#define MAXALIASTABLE 256