2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00

attempt to fix compilation errors on AIX

This commit is contained in:
Todd C. Miller
2008-03-06 18:18:17 +00:00
parent d2a05f214b
commit 59c1ac153c
2 changed files with 5 additions and 5 deletions

2
sudo.h
View File

@@ -314,7 +314,7 @@ struct group *sudo_getgrgid __P((gid_t));
void selinux_exec __P((char *, char *, char **, int));
#endif
#ifdef HAVE_GETUSERATTR
void aix_setlimits __P((const char *));
void aix_setlimits __P((char *));
#endif
YY_DECL;