From 95223e89a73482c9f4f43ca3babf9edd01f6415b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 30 Jun 2005 22:29:02 +0000 Subject: whitespace tweaks --- ldso/include/dlfcn.h | 11 +++++------ ldso/include/unsecvars.h | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/ldso/include/dlfcn.h b/ldso/include/dlfcn.h index 484558d83..0bacc1a22 100644 --- a/ldso/include/dlfcn.h +++ b/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 */ diff --git a/ldso/include/unsecvars.h b/ldso/include/unsecvars.h index 4ed2c356c..0d996a91f 100644 --- a/ldso/include/unsecvars.h +++ b/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" /* -- cgit v1.2.3