Browse Source

whitespace tweaks

Mike Frysinger 19 years ago
parent
commit
95223e89a7
2 changed files with 16 additions and 17 deletions
  1. 5 6
      ldso/include/dlfcn.h
  2. 11 11
      ldso/include/unsecvars.h

+ 5 - 6
ldso/include/dlfcn.h

@@ -12,11 +12,10 @@
    `dladdr'.  */
 typedef struct
 {
-	__const char *dli_fname;	/* File name of defining object.  */
-	void *dli_fbase;		/* Load address of that object.  */
-	__const char *dli_sname;	/* Name of nearest symbol.  */
-	void *dli_saddr;		/* Exact value of nearest symbol.  */
+	__const char *dli_fname;  /* File name of defining object.  */
+	void *dli_fbase;          /* Load address of that object.  */
+	__const char *dli_sname;  /* Name of nearest symbol.  */
+	void *dli_saddr;          /* Exact value of nearest symbol.  */
 } Dl_info;
 
-
-#endif	/* dlfcn.h */
+#endif	/* _DLFCN_H */

+ 11 - 11
ldso/include/unsecvars.h

@@ -4,17 +4,17 @@
  * '\0' explicitly.
  */
 
-#define UNSECURE_ENVVARS		\
-	"LD_AOUT_PRELOAD\0"		\
-	"LD_AOUT_LIBRARY_PATH\0"	\
-	"LD_PRELOAD\0"			\
- 	"LD_LIBRARY_PATH\0"		\
-	"LD_DEBUG\0"			\
-	"LD_DEBUG_OUTPUT\0"		\
-	"LD_TRACE_LOADED_OBJECTS\0"	\
-	"HOSTALIASES\0"			\
-	"LOCALDOMAIN\0"			\
-	"RES_OPTIONS\0"			\
+#define UNSECURE_ENVVARS \
+	"LD_AOUT_PRELOAD\0" \
+	"LD_AOUT_LIBRARY_PATH\0" \
+	"LD_PRELOAD\0" \
+	"LD_LIBRARY_PATH\0" \
+	"LD_DEBUG\0" \
+	"LD_DEBUG_OUTPUT\0" \
+	"LD_TRACE_LOADED_OBJECTS\0" \
+	"HOSTALIASES\0" \
+	"LOCALDOMAIN\0" \
+	"RES_OPTIONS\0" \
 	"TMPDIR\0"
 
 /*