Date: Tue, 1 Jan 2002 21:47:41 +0100 (CET) From: Volker Stolz <vs@foldr.org> To: FreeBSD-gnats-submit@freebsd.org Subject: bin/33448: [PATCH] typo in ipf.c Message-ID: <200201012047.g01KlfT17144@theater.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 33448
>Category: bin
>Synopsis: [PATCH] typo in ipf.c
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 01 12:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Volker Stolz
>Release: FreeBSD 4.4-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD erde.ikea.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Sun Dec 16 11:48:31 CET 2001 root@monster.ikea.net:/usr/src/sys/compile/GATE i386
>Description:
Simple typo in src/contrib/ipfilter/ipf.c
>How-To-Repeat:
Depending on your settings in rc.conf, you will see the typo appear on startup.
>Fix:
--- ipf.c.orig Sun Dec 30 18:56:04 2001
+++ ipf.c Sun Dec 30 18:56:18 2001
@@ -226,7 +226,7 @@
if (ioctl(fd, SIOCFRENB, &enable) == -1) {
if (errno == EBUSY)
fprintf(stderr,
- "IP FIlter: already initialized\n");
+ "IP Filter: already initialized\n");
else
perror("SIOCFRENB");
}
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201012047.g01KlfT17144>
