summaryrefslogtreecommitdiffstats
path: root/libexec/ld.so/loader.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-07-24 04:00:44 +0000
committerderaadt <deraadt@openbsd.org>2002-07-24 04:00:44 +0000
commit53e6bfffabc4b2f3d3d403e70519a225baf3eadc (patch)
tree933f3c3627368568778b4e2780a616237390fdac /libexec/ld.so/loader.c
parentclean up docs a bit (diff)
downloadwireguard-openbsd-53e6bfffabc4b2f3d3d403e70519a225baf3eadc.tar.xz
wireguard-openbsd-53e6bfffabc4b2f3d3d403e70519a225baf3eadc.zip
back out broken stuff until it is fixed
Diffstat (limited to 'libexec/ld.so/loader.c')
-rw-r--r--libexec/ld.so/loader.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/ld.so/loader.c b/libexec/ld.so/loader.c
index 44d3e605691..4cb7fd49778 100644
--- a/libexec/ld.so/loader.c
+++ b/libexec/ld.so/loader.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: loader.c,v 1.39 2002/07/24 01:05:11 deraadt Exp $ */
+/* $OpenBSD: loader.c,v 1.40 2002/07/24 04:00:44 deraadt Exp $ */
/*
* Copyright (c) 1998 Per Fogelstrom, Opsycon AB
@@ -73,7 +73,7 @@ _dl_debug_state(void)
}
/*
- * Routine to walk through all of the objects except the first
+ * Routine to walk through all of the objects except the first
* (main executable).
*/
void
@@ -192,7 +192,7 @@ _dl_boot(const char **argv, char **envp, const long loff,
phdp++;
}
- if (_dl_preload != NULL)
+ if (_dl_preload != NULL)
_dl_dopreload(_dl_preload);
/*
@@ -232,7 +232,7 @@ _dl_boot(const char **argv, char **envp, const long loff,
* Everything should be in place now for doing the relocation
* and binding. Call _dl_rtld to do the job. Fingers crossed.
*/
- if (_dl_traceld == NULL)
+ if (_dl_traceld == NULL)
_dl_rtld(_dl_objects);
/*