summaryrefslogtreecommitdiff
path: root/lib/libutil/libutil.h
diff options
context:
space:
mode:
authorAssar Westerlund <assar@FreeBSD.org>2001-07-23 12:42:07 +0000
committerAssar Westerlund <assar@FreeBSD.org>2001-07-23 12:42:07 +0000
commit27e79ba28576f5e02223d26cda950a06aaac57d6 (patch)
treebdc6ac92e941d3d1e11018c37a827f8e43ee3b41 /lib/libutil/libutil.h
parent3036a6b85c8b5313dbfde0e50fbe7601c32ca306 (diff)
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
-rw-r--r--lib/libutil/libutil.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h
index 758136e2d646..aa82caae3904 100644
--- a/lib/libutil/libutil.h
+++ b/lib/libutil/libutil.h
@@ -76,10 +76,6 @@ int realhostname_sa __P((char *host, size_t hsize, struct sockaddr *addr,
#ifdef _STDIO_H_ /* avoid adding new includes */
char *fparseln __P((FILE *, size_t *, size_t *, const char[3], int));
#endif
-void *emalloc (size_t);
-void *ecalloc (size_t, size_t);
-void *erealloc (void *, size_t);
-char *estrdup (const char *);
__END_DECLS
#define UU_LOCK_INUSE (1)