You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
488 B

  1. --- a/common.h
  2. +++ b/common.h
  3. @@ -179,7 +179,7 @@ struct ip6_ext {
  4. /* following lines are copy from unistd.h in Linux for avoidance warnings in compilation */
  5. #if defined(HAVE_SETRESGID) && !defined(_GNU_SOURCE)
  6. -extern int setresgid (__uid_t __ruid, __uid_t __euid, __uid_t __suid);
  7. +extern int setresgid (uid_t __ruid, uid_t __euid, uid_t __suid);
  8. #endif
  9. #if defined(HAVE_SETRESUID) && !defined(_GNU_SOURCE)
  10. extern int setresuid (__uid_t __ruid, __uid_t __euid, __uid_t __suid);