summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/sign/pgp_sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/sign/pgp_sign.c')
-rw-r--r--usr.sbin/pkg_install/sign/pgp_sign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/sign/pgp_sign.c b/usr.sbin/pkg_install/sign/pgp_sign.c
index a3d9cf1..cb7d186 100644
--- a/usr.sbin/pkg_install/sign/pgp_sign.c
+++ b/usr.sbin/pkg_install/sign/pgp_sign.c
@@ -232,7 +232,7 @@ handle_pgp_passphrase()
int fd[2];
char *p;
-printf("Short-circuiting %s\n", __FUNCTION__);
+printf("Short-circuiting %s\n", __func__);
return;
/* Retrieve the pgp passphrase */
OpenPOWER on IntegriCloud