Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/fwctl Fix typo, from Henning Petersen in PR 44513.



details:   https://anonhg.NetBSD.org/src/rev/1a950dba32aa
branches:  trunk
changeset: 761759:1a950dba32aa
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Feb 07 01:37:12 2011 +0000

description:
Fix typo, from Henning Petersen in PR 44513.

diffstat:

 usr.sbin/fwctl/fwdv.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5532254ee198 -r 1a950dba32aa usr.sbin/fwctl/fwdv.c
--- a/usr.sbin/fwctl/fwdv.c     Mon Feb 07 00:26:27 2011 +0000
+++ b/usr.sbin/fwctl/fwdv.c     Mon Feb 07 01:37:12 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fwdv.c,v 1.6 2011/01/04 20:45:13 christos Exp $        */
+/*     $NetBSD: fwdv.c,v 1.7 2011/02/07 01:37:12 dholland Exp $        */
 /*
  * Copyright (C) 2003
  *     Hidetoshi Shimokawa. All rights reserved.
@@ -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