diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-30 22:29:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-30 22:29:02 +0000 |
commit | 95223e89a73482c9f4f43ca3babf9edd01f6415b (patch) | |
tree | ea6511987bc5e34690367184278805ad0f693455 | |
parent | 6512a60090c0bcc35742f254b48d7443c7880e3f (diff) |
whitespace tweaks
-rw-r--r-- | ldso/include/dlfcn.h | 11 | ||||
-rw-r--r-- | 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" /* |