From: Thomas Cort Date: Sun, 20 Nov 2011 17:30:12 +0000 (+0000) Subject: compat.S: add getpwnam() alias. X-Git-Tag: v3.2.0~241 X-Git-Url: http://zhaoyanbai.com/repos/named-checkconf.html?a=commitdiff_plain;h=0c9b539a35e715d32e96fe7ed975f302c3260e80;p=minix.git compat.S: add getpwnam() alias. Needed for finding getpwnam() when a prototype is not given. --- diff --git a/lib/nbsd_libc/sys-minix/compat.S b/lib/nbsd_libc/sys-minix/compat.S index a364071ec..2c25cfb55 100644 --- a/lib/nbsd_libc/sys-minix/compat.S +++ b/lib/nbsd_libc/sys-minix/compat.S @@ -85,3 +85,4 @@ MY_ALIAS(getutmpx, __getutmpx50) MY_ALIAS(utime, __utime50) MY_ALIAS(unvis, __unvis13) MY_ALIAS(pwcache_userdb, __pwcache_userdb50) +MY_ALIAS(getpwnam, __getpwnam50)