Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
flow-tools
> flow-tools-declares.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File flow-tools-declares.diff of Package flow-tools (Revision 8)
Currently displaying revision
8
,
show latest
--- 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) {