diff options
Diffstat (limited to 'net/gopher/files/patch-object_GSgopherobj.c')
-rw-r--r-- | net/gopher/files/patch-object_GSgopherobj.c | 14 |
1 files changed, 14 insertions, 0 deletions
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)) { |