From 5288cb242aeea747dba400997c376035578a8445 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 28 Jun 2004 18:11:19 +1000 Subject: - (dtucker) [openbsd-compat/port-aix.c] Missing __func__. --- openbsd-compat/port-aix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsd-compat/port-aix.c') diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c index bf7e98652..d0c9a49e8 100644 --- a/openbsd-compat/port-aix.c +++ b/openbsd-compat/port-aix.c @@ -181,7 +181,7 @@ sys_auth_allowed_user(struct passwd *pw) * loginrestrictions will always fail due to insufficient privilege). */ if (pw->pw_uid == 0 || geteuid() != 0) { - debug3("%s: not checking"); + debug3("%s: not checking", __func__); return 1; } -- cgit v1.2.3