freebsd-ports/security/firewalk/files/patch-src:firewalk.c
Pav Lucistnik 69d2d59398 - Fix build with gcc 3.4
- Unconfuse doc install

PR:		ports/70530
Submitted by:	Yonatan <Yonatan@Xpert.com> (maintainer)
2004-08-16 22:11:47 +00:00

11 lines
387 B
C

--- src/firewalk.c.orig Mon Aug 16 13:13:44 2004
+++ src/firewalk.c Mon Aug 16 13:13:56 2004
@@ -188,8 +188,6 @@
case FW_SERIOUS_ERROR:
/* err msg set in fw_packet_capture() */
return (FW_SERIOUS_ERROR);
- default:
- /* empty */
}
}
}