patch-src_common_h 516 B

1234567891011121314151617181920
  1. $OpenBSD: patch-src_common_h,v 1.1 2016/04/22 16:42:14 okan Exp $
  2. --- src/common.h.orig Sun Mar 20 13:48:18 2016
  3. +++ src/common.h Sun Mar 20 13:53:00 2016
  4. @@ -27,6 +27,7 @@
  5. #include <errno.h>
  6. #include <sys/types.h>
  7. #include <grp.h>
  8. +#include <pwd.h>
  9. #include <unistd.h>
  10. /* GETGROUPS_T gets set in the makefile by configure */
  11. @@ -52,6 +53,7 @@ extern const char* logident;
  12. #define MAIL_ILLEGAL_COMMAND 6
  13. #define ADDALIAS_USAGE_ERROR 7
  14. #define GROUP_NAME_NOT_FOUND 8
  15. +#define USER_NAME_NOT_FOUND 9
  16. /*