diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2011-03-08 20:13:29 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2011-03-08 20:13:29 +0000 |
| commit | 644af48df68c2e5b309de3f1287fe64a449c825d (patch) | |
| tree | 6d23b0f9e404fe38809971fd8e1c01bee24b0d0c /usr.sbin/pw/pw.h | |
| parent | d9efae0351faeba0173dbb70feb6636f7a224208 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pw/pw.h')
| -rw-r--r-- | usr.sbin/pw/pw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pw/pw.h b/usr.sbin/pw/pw.h index 7568c2236e3d..6e521d10a482 100644 --- a/usr.sbin/pw/pw.h +++ b/usr.sbin/pw/pw.h @@ -95,6 +95,7 @@ struct userconf int numgroups; /* (internal) size of default_group array */ }; +#define _DEF_DIRMODE (S_IRWXU | S_IRWXG | S_IRWXO) #define _PATH_PW_CONF "/etc/pw.conf" #define _UC_MAXLINE 1024 #define _UC_MAXSHELLS 32 |
