summaryrefslogtreecommitdiff
path: root/libexec/ld.so/ldconfig/ld.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ld.so/ldconfig/ld.h')
-rw-r--r--libexec/ld.so/ldconfig/ld.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/ld.so/ldconfig/ld.h b/libexec/ld.so/ldconfig/ld.h
index cb00ad572fa..d9b9be014d8 100644
--- a/libexec/ld.so/ldconfig/ld.h
+++ b/libexec/ld.so/ldconfig/ld.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ld.h,v 1.3 2001/01/30 02:39:04 brad Exp $ */
+/* $OpenBSD: ld.h,v 1.4 2002/02/16 21:27:30 millert Exp $ */
/*
* Header file to make code compatible with ELF version
* ldconfig was taken from the a.out ld.
@@ -7,9 +7,9 @@
extern int n_search_dirs;
extern char **search_dirs;
-char *xstrdup __P((char *));
-void *xmalloc __P((size_t));
-void *xrealloc __P((void *, size_t));
-char *concat __P((const char *, const char *, const char *));
+char *xstrdup(char *);
+void *xmalloc(size_t);
+void *xrealloc(void *, size_t);
+char *concat(const char *, const char *, const char *);
#define PAGSIZ __LDPGSZ