SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
mail/mailman/patches/patch-src_common_h
Normal file
18
mail/mailman/patches/patch-src_common_h
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- src/common.h.orig Sun Mar 20 13:48:18 2016
|
||||
+++ src/common.h Sun Mar 20 13:53:00 2016
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <grp.h>
|
||||
+#include <pwd.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/* GETGROUPS_T gets set in the makefile by configure */
|
||||
@@ -52,6 +53,7 @@ extern const char* logident;
|
||||
#define MAIL_ILLEGAL_COMMAND 6
|
||||
#define ADDALIAS_USAGE_ERROR 7
|
||||
#define GROUP_NAME_NOT_FOUND 8
|
||||
+#define USER_NAME_NOT_FOUND 9
|
||||
|
||||
|
||||
/*
|
Loading…
Add table
Add a link
Reference in a new issue