diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2007-11-05 00:04:21 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2007-11-05 00:04:21 +0000 |
commit | ffb836234b94e17739bac88bfd7f51f5ae49e3bc (patch) | |
tree | ae6d46e2ddda2d02221479b71fbe8a44dd728c34 /contrib/sendmail/editmap | |
parent | dda9925afc30a1f00ae6120e18e3490acda4d19a (diff) |
Diffstat (limited to 'contrib/sendmail/editmap')
-rw-r--r-- | contrib/sendmail/editmap/editmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/editmap/editmap.c b/contrib/sendmail/editmap/editmap.c index 138ee30e4a9d7..18c352c9be68f 100644 --- a/contrib/sendmail/editmap/editmap.c +++ b/contrib/sendmail/editmap/editmap.c @@ -22,7 +22,7 @@ SM_UNUSED(static char copyright[]) = #endif /* ! lint */ #ifndef lint -SM_UNUSED(static char id[]) = "@(#)$Id: editmap.c,v 1.24 2004/08/03 18:40:10 ca Exp $"; +SM_UNUSED(static char id[]) = "@(#)$Id: editmap.c,v 1.25 2007/05/11 18:50:35 ca Exp $"; #endif /* ! lint */ @@ -46,7 +46,7 @@ uid_t RealUid; gid_t RealGid; char *RealUserName; uid_t RunAsUid; -uid_t RunAsGid; +gid_t RunAsGid; char *RunAsUserName; int Verbose = 2; bool DontInitGroups = false; |