From a61475e4b5724646d1ba7f4366f28cfa5e812af9 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 22 Aug 2004 14:02:08 +0000 Subject: Fix build with gcc-3.4 --- net/gopher/files/patch-object_GSgopherobj.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/gopher/files/patch-object_GSgopherobj.c (limited to 'net/gopher/files/patch-object_GSgopherobj.c') diff --git a/net/gopher/files/patch-object_GSgopherobj.c b/net/gopher/files/patch-object_GSgopherobj.c new file mode 100644 index 000000000000..fbc6dfd5c631 --- /dev/null +++ b/net/gopher/files/patch-object_GSgopherobj.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- object/GSgopherobj.c.orig Sun Aug 22 15:51:21 2004 ++++ object/GSgopherobj.c Sun Aug 22 15:51:30 2004 +@@ -2003,7 +2003,7 @@ + case news: + case unset: + case unknown: +- } ++ break;} + + if (serviceType == ftp) { + if (!(doneflags & G_PATH)) { -- cgit v1.2.3