summaryrefslogtreecommitdiff
path: root/Xos_r.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-06-14 09:10:06 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-06-14 09:35:23 -0700
commit5bad478221c54c0dbf682ef2569f6ca5ac050049 (patch)
tree40661e1b52327cdc74c7cd88b3514bbbb23955e2 /Xos_r.h
parent1f59b5f8eac522bb0a5155393224496c39deca42 (diff)
Use indentation to provide a map through the twisty maze of ifdefs, all alike
git diff -w shows no changes other than whitespace in this patch Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Xos_r.h')
-rw-r--r--Xos_r.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xos_r.h b/Xos_r.h
index 813714a..32997f7 100644
--- a/Xos_r.h
+++ b/Xos_r.h
@@ -324,7 +324,7 @@ typedef struct {
struct passwd pws;
char pwbuf[X_LINE_MAX];
} _Xgetpwparams;
-# if defined(_POSIX_REENTRANT_FUNCTIONS) || !defined(SVR4)
+# if defined(_POSIX_REENTRANT_FUNCTIONS) || !defined(SVR4)
# define _XGetpwuid(u,p) \
((getpwuid_r((u),&(p).pws,(p).pwbuf,sizeof((p).pwbuf)) == -1) ? NULL : &(p).pws)
# define _XGetpwnam(u,p) \