summaryrefslogtreecommitdiffstats
path: root/libutil/login_cap.h
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-08-11 01:48:43 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-08-11 01:48:43 +0000
commit723dce040e6ff67e38d4febd31c635d7e4bdcbfc (patch)
tree799ab20cb902ba1063ef1dd5632f78f7d43c6a4a /libutil/login_cap.h
parent659446b9f8764a87306e5bd4c3afdda6f053566d (diff)
downloadpw-darwin-723dce040e6ff67e38d4febd31c635d7e4bdcbfc.tar.gz
pw-darwin-723dce040e6ff67e38d4febd31c635d7e4bdcbfc.tar.zst
pw-darwin-723dce040e6ff67e38d4febd31c635d7e4bdcbfc.zip
Whitespace cleanup--it's not style(9), but it is consistent. Prep
for MAC-related commits to the login infrastructure. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'libutil/login_cap.h')
-rw-r--r--libutil/login_cap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libutil/login_cap.h b/libutil/login_cap.h
index 1b3f0a8..0728e13 100644
--- a/libutil/login_cap.h
+++ b/libutil/login_cap.h
@@ -33,7 +33,7 @@
#define LOGIN_MECLASS "me"
#define LOGIN_DEFSTYLE "passwd"
#define LOGIN_DEFSERVICE "login"
-#define LOGIN_DEFUMASK 022
+#define LOGIN_DEFUMASK 022
#define LOGIN_DEFPRI 0
#define _PATH_LOGIN_CONF "/etc/login.conf"
#define _FILE_LOGIN_CONF ".login_conf"
@@ -47,7 +47,7 @@
#define LOGIN_SETUMASK 0x0020 /* set umask, obviously */
#define LOGIN_SETUSER 0x0040 /* set user (via setuid) */
#define LOGIN_SETENV 0x0080 /* set user environment */
-#define LOGIN_SETALL 0x00ff /* set everything */
+#define LOGIN_SETALL 0x00ff /* set everything */
#define BI_AUTH "authorize" /* accepted authentication */
#define BI_REJECT "reject" /* rejected authentication */
@@ -65,7 +65,7 @@
#define AUTH_SILENT 0x08 /* silent rejection */
#define AUTH_CHALLENGE 0x10 /* a chellenge was given */
-#define AUTH_ALLOW (AUTH_OKAY | AUTH_ROOTOKAY | AUTH_SECURE)
+#define AUTH_ALLOW (AUTH_OKAY | AUTH_ROOTOKAY | AUTH_SECURE)
typedef struct login_cap {
char *lc_class;