summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-07-29 22:43:36 +0000
committerart <art@openbsd.org>2002-07-29 22:43:36 +0000
commitad6be02343fce2df3837b2a1c8c8672f2f3bb727 (patch)
treec3347c4757bc6e9a79dffe351850ae99bb4b5db7
parento complete restructuring (diff)
downloadwireguard-openbsd-ad6be02343fce2df3837b2a1c8c8672f2f3bb727.tar.xz
wireguard-openbsd-ad6be02343fce2df3837b2a1c8c8672f2f3bb727.zip
minor formatting
-rw-r--r--libexec/ld.so/sod.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/ld.so/sod.c b/libexec/ld.so/sod.c
index 1d36627acbf..d1bf155e5a2 100644
--- a/libexec/ld.so/sod.c
+++ b/libexec/ld.so/sod.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sod.c,v 1.14 2002/07/12 20:18:30 drahn Exp $ */
+/* $OpenBSD: sod.c,v 1.15 2002/07/29 22:43:36 art Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@@ -204,7 +204,8 @@ _dl_findhint(name, major, minor, prefered_path)
{
struct hints_bucket *bp;
- /* If not mapped, and we have not tried before, try to map the
+ /*
+ * If not mapped, and we have not tried before, try to map the
* hints, if previous attempts failed hheader is -1 and we
* do not wish to retry it.
*/