diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-18 14:18:00 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-18 14:18:00 +0000 |
commit | e0fd7e7e3cd805f0b172a454c130412257093ba1 (patch) | |
tree | 5d93155750aad009fd20e770c3f7f22beaea8526 /irc/psybnc | |
parent | 0d9375f74f08689bb412a4db4ef7f9650a8e9491 (diff) |
Fix build with gcc3.4
Notes
Notes:
svn path=/head/; revision=124378
Diffstat (limited to 'irc/psybnc')
-rw-r--r-- | irc/psybnc/files/patch-tools-convconf.c | 11 | ||||
-rw-r--r-- | irc/psybnc/files/patch-tools-p_link.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/irc/psybnc/files/patch-tools-convconf.c b/irc/psybnc/files/patch-tools-convconf.c new file mode 100644 index 000000000000..a4a7511a1729 --- /dev/null +++ b/irc/psybnc/files/patch-tools-convconf.c @@ -0,0 +1,11 @@ +--- tools/convconf.c.orig Sat Dec 18 15:03:56 2004 ++++ tools/convconf.c Sat Dec 18 15:05:01 2004 +@@ -77,7 +77,7 @@ + fprintf(outfile,"%s.%s.%s\n",fname,section,buf); + } + } +- next: ++ next:; + } + return 0x0; + } diff --git a/irc/psybnc/files/patch-tools-p_link.c b/irc/psybnc/files/patch-tools-p_link.c new file mode 100644 index 000000000000..5a6c598f8ffe --- /dev/null +++ b/irc/psybnc/files/patch-tools-p_link.c @@ -0,0 +1,11 @@ +--- src/p_link.c.orig Sat Dec 18 15:05:44 2004 ++++ src/p_link.c Sat Dec 18 15:06:05 2004 +@@ -554,7 +554,7 @@ + } + #endif + pcontext; +-br: ++br:; + } + + /* error handler for the link checking */ |