diff options
Diffstat (limited to 'src/mail-wrapper.c')
| -rw-r--r-- | src/mail-wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail-wrapper.c b/src/mail-wrapper.c index f1fd79f46..582eaa53b 100644 --- a/src/mail-wrapper.c +++ b/src/mail-wrapper.c @@ -27,7 +27,7 @@ */ #define LEGAL_PARENT_GID MAIL_GID -const int parentgid = LEGAL_PARENT_GID; +const GID_T parentgid = LEGAL_PARENT_GID; const char* logident = "Mailman mail-wrapper"; |
