NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/44513: Typo in fwdv.c .



>Number:         44513
>Category:       bin
>Synopsis:       Typo in fwdv.c .
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Feb 04 12:15:00 +0000 2011
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Typo in fwdv.c .
 __fnc__ -> __func__
>How-To-Repeat:

>Fix:
diff -u -r1.6 fwdv.c
--- usr.sbin/fwctl/fwdv.c       4 Jan 2011 20:45:13 -0000       1.6
+++ usr.sbin/fwctl/fwdv.c       4 Feb 2011 11:57:29 -0000
@@ -149,7 +149,7 @@
                                                continue;
                                } else
                                        err(EXIT_FAILURE, "%s: read failed",
-                                           __fnc__);
+                                           __func__);
                        }
                        tlen += len;
                        if ((RBUFSIZE - tlen) < PSIZE)



Home | Main Index | Thread Index | Old Index