summaryrefslogtreecommitdiff
path: root/security/sudosh2/files/patch-src-parse.c
blob: 646cb65d32350ccc4146a833ec9abf3418e7a058 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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;