aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-06-29 02:32:34 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-06-29 02:32:34 +0000
commit160554fbf4aca02988d66262491bb3f689aaf1d0 (patch)
tree3b85de9139b191e7e01edd6e7fffe13d3ad22af7 /sys/ddb
parent016091145e2cabc9f30bffc9e3f850e0b5d7c837 (diff)
Notes
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_elf.c b/sys/ddb/db_elf.c
index 97e97cabf167..792a759b2b45 100644
--- a/sys/ddb/db_elf.c
+++ b/sys/ddb/db_elf.c
@@ -56,7 +56,7 @@
#include <machine/elf.h>
-static char *db_elf_find_strtab __P((db_symtab_t *));
+static char *db_elf_find_strtab(db_symtab_t *);
#define STAB_TO_SYMSTART(stab) ((Elf_Sym *)((stab)->start))
#define STAB_TO_SYMEND(stab) ((Elf_Sym *)((stab)->end))