OSDN Git Service

whitespace tweaks
authorMike Frysinger <vapier@gentoo.org>
Thu, 30 Jun 2005 22:29:02 +0000 (22:29 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 30 Jun 2005 22:29:02 +0000 (22:29 -0000)
ldso/include/dlfcn.h
ldso/include/unsecvars.h

index 484558d..0bacc1a 100644 (file)
    `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 */
index 4ed2c35..0d996a9 100644 (file)
@@ -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"
 
 /*