Changes of Revision 8
[-] [+] | Added | flow-tools-declares.diff |
@@ -0,0 +1,12 @@ +--- flow-tools-0.68/src/flow-header.c.orig 2007-06-26 03:42:03.000000000 +0200 ++++ flow-tools-0.68/src/flow-header.c 2007-06-26 03:43:49.000000000 +0200 +@@ -47,7 +47,8 @@ + debug = 0; + + cc = '#'; +- ++ int optind; ++ char optarg[255]; + while ((i = getopt(argc, argv, "c:d:h?")) != -1) + switch (i) { + |