1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/security/firewalk/files/patch-src__firewalk.c
Emanuel Haupt 276aae5abc - Support staging
- Define DOCS option
- New LIB_DEPENDS definition
- Modernize
2014-04-04 09:16:12 +00:00

12 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 */
}
}
}