Skip to content

Commit 9254960

Browse files
committed
compat BUGFIX invalid macro name
1 parent 31dc8ba commit 9254960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/compat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ unsock_get_uid(int sock, uid_t *uid)
444444
if (!r) {
445445
*uid = ucred.uid;
446446
}
447-
#elif defined (GETPEEREID)
447+
#elif defined (HAVE_GETPEEREID)
448448
r = getpeereid(sock, uid, NULL);
449449
#else
450450
(void)sock;

0 commit comments

Comments
 (0)