summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-06-12 20:03:26 +0000
committerjulian <julian@FreeBSD.org>1998-06-12 20:03:26 +0000
commitfd91ad6629443073196c8a7be06c623864255fbb (patch)
treed2cb909c6b0c8ec9b8ba0346bba4bf5f37688581 /sys/netinet
parentc5010eaee81172238ce4ba25f0628e1e70e7da87 (diff)
downloadFreeBSD-src-fd91ad6629443073196c8a7be06c623864255fbb.zip
FreeBSD-src-fd91ad6629443073196c8a7be06c623864255fbb.tar.gz
Remove 3 occurances of __FUNCTION__
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_fw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index c85b77c..71b20b7 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -12,7 +12,7 @@
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
- * $Id: ip_fw.c,v 1.87 1998/06/06 19:39:08 julian Exp $
+ * $Id: ip_fw.c,v 1.88 1998/06/06 20:45:26 julian Exp $
*/
/*
@@ -1117,7 +1117,7 @@ ip_fw_init(void)
default_rule.fw_flg |= IP_FW_F_IN | IP_FW_F_OUT;
if (check_ipfw_struct(&default_rule) == NULL ||
add_entry(&ip_fw_chain, &default_rule))
- panic(__FUNCTION__);
+ panic("ip_fw_init");
printf("IP packet filtering initialized, "
#ifdef IPDIVERT
OpenPOWER on IntegriCloud