Index: head/irc/ircservices/files/patch-lang_langcomp.c =================================================================== --- head/irc/ircservices/files/patch-lang_langcomp.c (nonexistent) +++ head/irc/ircservices/files/patch-lang_langcomp.c (revision 419429) @@ -0,0 +1,20 @@ +--- lang/langcomp.c.orig 2009-07-11 14:53:19 UTC ++++ lang/langcomp.c +@@ -115,7 +115,7 @@ static int stringnum(const char *name) + /* Read a non-comment, non-blank line from the input file. Return NULL at + * end of file. */ + +-static char *getline(FILE *f) ++static char *get_line(FILE *f) + { + static char buf[1024]; + char *s; +@@ -196,7 +196,7 @@ int main(int ac, char **av) + return 1; + } + +- while (maxerr > 0 && (line = getline(in)) != NULL) { ++ while (maxerr > 0 && (line = get_line(in)) != NULL) { + if (*line == '\t') { + if (curstring == -2) { + fprintf(stderr, "%s:%d: Junk at beginning of file\n", Property changes on: head/irc/ircservices/files/patch-lang_langcomp.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property