summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold/dump.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-08-08 16:38:23 +0000
committerume <ume@FreeBSD.org>2003-08-08 16:38:23 +0000
commit52b4a696e076a7e2fb7dd05bd2f6feec997189cd (patch)
tree7be70b3ddc544d1f57f42ae1973bd9dbb08e2484 /usr.sbin/rtsold/dump.c
parent0586a616afbf29cdfe5a32513eeed50868ca9926 (diff)
downloadFreeBSD-src-52b4a696e076a7e2fb7dd05bd2f6feec997189cd.zip
FreeBSD-src-52b4a696e076a7e2fb7dd05bd2f6feec997189cd.tar.gz
__FUNCTION__ --> __func__
Obtained from: KAME MFC after: 1 week
Diffstat (limited to 'usr.sbin/rtsold/dump.c')
-rw-r--r--usr.sbin/rtsold/dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/dump.c b/usr.sbin/rtsold/dump.c
index 0f75971..7915d92 100644
--- a/usr.sbin/rtsold/dump.c
+++ b/usr.sbin/rtsold/dump.c
@@ -100,7 +100,7 @@ rtsold_dump_file(dumpfile)
char *dumpfile;
{
if ((fp = fopen(dumpfile, "w")) == NULL) {
- warnmsg(LOG_WARNING, __FUNCTION__, "open a dump file(%s): %s",
+ warnmsg(LOG_WARNING, __func__, "open a dump file(%s): %s",
dumpfile, strerror(errno));
return;
}
OpenPOWER on IntegriCloud