View | Details | Raw Unified | Return to bug 108657
Collapse All | Expand All

(-)/root/tmp/ports/spamd/files/patch-spamd-setup (-1 / +1 lines)
Lines 91-97 Link Here
91
+#ifndef IPFW
91
+#ifndef IPFW
92
 	while ((ch = getopt(argc, argv, "nd")) != -1) {
92
 	while ((ch = getopt(argc, argv, "nd")) != -1) {
93
+#else
93
+#else
94
+	while ((ch = getopt(argc, argv, "ndt:")) != -1) {
94
+	while ((ch = getopt(argc, argv, "ndt")) != -1) {
95
+#endif
95
+#endif
96
 		switch (ch) {
96
 		switch (ch) {
97
 		case 'n':
97
 		case 'n':

Return to bug 108657