[uClibc-cvs] svn commit: trunk/uClibc/ldso/include

vapier at uclibc.org vapier at uclibc.org
Thu Jun 30 22:29:03 UTC 2005


Author: vapier
Date: 2005-06-30 16:29:02 -0600 (Thu, 30 Jun 2005)
New Revision: 10651

Log:
whitespace tweaks

Modified:
   trunk/uClibc/ldso/include/dlfcn.h
   trunk/uClibc/ldso/include/unsecvars.h


Changeset:
Modified: trunk/uClibc/ldso/include/dlfcn.h
===================================================================
--- trunk/uClibc/ldso/include/dlfcn.h	2005-06-30 22:03:11 UTC (rev 10650)
+++ trunk/uClibc/ldso/include/dlfcn.h	2005-06-30 22:29:02 UTC (rev 10651)
@@ -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 */

Modified: trunk/uClibc/ldso/include/unsecvars.h
===================================================================
--- trunk/uClibc/ldso/include/unsecvars.h	2005-06-30 22:03:11 UTC (rev 10650)
+++ trunk/uClibc/ldso/include/unsecvars.h	2005-06-30 22:29:02 UTC (rev 10651)
@@ -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"
 
 /* 




More information about the uClibc-cvs mailing list