summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-12 07:31:37 +0000
committerderaadt <deraadt@openbsd.org>1996-06-12 07:31:37 +0000
commitaabd70c6e5b121928a99560b414899f63ef80e49 (patch)
tree9f93a5eeb1790f3eacfa84b0a033ab0facf5b565
parentuse resv port only for root processes (diff)
downloadwireguard-openbsd-aabd70c6e5b121928a99560b414899f63ef80e49.tar.xz
wireguard-openbsd-aabd70c6e5b121928a99560b414899f63ef80e49.zip
/* within comment
-rw-r--r--sys/sys/exec_elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h
index e7074490af1..1d9a7d523a2 100644
--- a/sys/sys/exec_elf.h
+++ b/sys/sys/exec_elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.h,v 1.5 1996/05/29 03:04:51 deraadt Exp $ */
+/* $OpenBSD: exec_elf.h,v 1.6 1996/06/12 07:31:37 deraadt Exp $ */
/*
* Copyright (c) 1995, 1996 Erik Theisen
* All rights reserved.
@@ -331,7 +331,7 @@ extern Elf32_Dyn _DYNAMIC[];
#define DT_FINI 13 /* address of termination function */
#define DT_SONAME 14 /* string table offset of shared obj */
#define DT_RPATH 15 /* string table offset of library
- /* search path */
+ search path */
#define DT_SYMBOLIC 16 /* start sym search in shared obj. */
#define DT_REL 17 /* address of rel. tbl. w addends */
#define DT_RELSZ 18 /* size of DT_REL relocation table */