diff options
Diffstat (limited to 'security/sudosh2/files/patch-src-parse.c')
-rw-r--r-- | security/sudosh2/files/patch-src-parse.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/sudosh2/files/patch-src-parse.c b/security/sudosh2/files/patch-src-parse.c new file mode 100644 index 000000000000..646cb65d3235 --- /dev/null +++ b/security/sudosh2/files/patch-src-parse.c @@ -0,0 +1,12 @@ +--- src/parse.c.orig Sun Jun 12 16:22:42 2005 ++++ src/parse.c Fri Jan 5 17:54:55 2007 +@@ -19,7 +19,8 @@ + void parse(option * o, const char *file) + { + FILE *f = fopen(file, "r"); +- unsigned int line_number, i; ++ unsigned int line_number; ++ int i; + char line[BUFSIZ]; + char *arg, *cmt, *opt; + config *scan; |