From 5bad478221c54c0dbf682ef2569f6ca5ac050049 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 14 Jun 2009 09:10:06 -0700 Subject: 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 --- Xos_r.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xos_r.h') 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) \ -- cgit v1.2.3