diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 14:02:08 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 14:02:08 +0000 |
commit | a61475e4b5724646d1ba7f4366f28cfa5e812af9 (patch) | |
tree | e3b3340cdb62787cf62d2415e1d60bceb77d4206 /net/gopher/files/patch-gopher_form.c | |
parent | Fix build with gcc-3.4 (diff) |
Fix build with gcc-3.4
Diffstat (limited to 'net/gopher/files/patch-gopher_form.c')
-rw-r--r-- | net/gopher/files/patch-gopher_form.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/gopher/files/patch-gopher_form.c b/net/gopher/files/patch-gopher_form.c new file mode 100644 index 000000000000..74f16f985507 --- /dev/null +++ b/net/gopher/files/patch-gopher_form.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- gopher/form.c.orig Sun Aug 22 15:55:22 2004 ++++ gopher/form.c Sun Aug 22 15:55:36 2004 +@@ -288,7 +288,8 @@ + case ITEM_UNINIT: /* Unhandled cases... */ + case ITEM_LABEL: + case ITEM_FILENAME: +- } ++ break; ++ } + } + responses[respnum++] = NULL; + } |