masqmail
diff src/permissions.c @ 15:f671821d8222
code beautifying; 0 -> \0 if appropriate
author | meillo@marmaro.de |
---|---|
date | Thu, 06 Nov 2008 09:18:38 +0100 |
parents | 26e34ae9a3e3 |
children | ffeff2c33799 |
line diff
1.1 --- a/src/permissions.c Wed Oct 29 21:21:26 2008 +0100 1.2 +++ b/src/permissions.c Thu Nov 06 09:18:38 2008 +0100 1.3 @@ -16,10 +16,11 @@ 1.4 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1.5 */ 1.6 1.7 -#include "masqmail.h" 1.8 #include <pwd.h> 1.9 #include <grp.h> 1.10 1.11 +#include "masqmail.h" 1.12 + 1.13 /* is there really no function in libc for this? */ 1.14 gboolean 1.15 is_ingroup(uid_t uid, gid_t gid)