[packages] quagga{,-unstable}: Merge quagga-unstable package with quagga package
[openwrt/svn-archive/archive.git] / net / smtptrapd / patches / 200-missing_opt.patch
1 diff -urN smtptrapd-1.5.orig/smtptrapd.c smtptrapd-1.5.dev/smtptrapd.c
2 --- smtptrapd-1.5.orig/smtptrapd.c 2008-04-15 12:56:20.000000000 +0200
3 +++ smtptrapd-1.5.dev/smtptrapd.c 2008-04-16 18:23:03.000000000 +0200
4 @@ -545,7 +545,7 @@
5 config.threads = NUM_CONSUMER;
6 config.max_queue_len = MAX_QUEUE_LEN;
7
8 - while ((c = getopt(argc, argv, "hc:l:p:b:u:m:t:")) != -1) {
9 + while ((c = getopt(argc, argv, "hc:l:p:b:u:m:t:f:")) != -1) {
10 switch (c) {
11 case 'h':
12