Module Name: src
Committed By: dholland
Date: Mon Feb 7 01:37:12 UTC 2011
Modified Files:
src/usr.sbin/fwctl: fwdv.c
Log Message:
Fix typo, from Henning Petersen in PR 44513.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/fwctl/fwdv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/fwctl/fwdv.c
diff -u src/usr.sbin/fwctl/fwdv.c:1.6 src/usr.sbin/fwctl/fwdv.c:1.7
--- src/usr.sbin/fwctl/fwdv.c:1.6 Tue Jan 4 20:45:13 2011
+++ src/usr.sbin/fwctl/fwdv.c Mon Feb 7 01:37:12 2011
@@ -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)