summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_ncp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netncp/ncp_ncp.c')
-rw-r--r--sys/netncp/ncp_ncp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netncp/ncp_ncp.c b/sys/netncp/ncp_ncp.c
index b7799cc..8d86c02 100644
--- a/sys/netncp/ncp_ncp.c
+++ b/sys/netncp/ncp_ncp.c
@@ -444,7 +444,7 @@ ncp_write(struct ncp_conn *conn, ncp_fh *file, struct uio *uiop, struct ucred *c
int error = 0, len, tsiz, backup;
if (uiop->uio_iovcnt != 1) {
- printf("%s: can't handle iovcnt>1 !!!\n", __FUNCTION__);
+ printf("%s: can't handle iovcnt>1 !!!\n", __func__);
return EIO;
}
tsiz = uiop->uio_resid;
OpenPOWER on IntegriCloud