summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/include/ntp_malloc.h
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2008-08-17 17:37:33 +0000
committerroberto <roberto@FreeBSD.org>2008-08-17 17:37:33 +0000
commit4ded1c1fa0bc21c61f91a2dbe864835986745121 (patch)
tree16d100fbc9dae63888d48b464e471ba0e5065193 /contrib/ntp/include/ntp_malloc.h
parent8b5a86d4fda08a9c68231415812edcb26be52f79 (diff)
downloadFreeBSD-src-4ded1c1fa0bc21c61f91a2dbe864835986745121.zip
FreeBSD-src-4ded1c1fa0bc21c61f91a2dbe864835986745121.tar.gz
Flatten the dist and various 4.n.n trees in preparation of future ntp imports.
Diffstat (limited to 'contrib/ntp/include/ntp_malloc.h')
-rw-r--r--contrib/ntp/include/ntp_malloc.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/ntp/include/ntp_malloc.h b/contrib/ntp/include/ntp_malloc.h
deleted file mode 100644
index 099c83e..0000000
--- a/contrib/ntp/include/ntp_malloc.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Define malloc and friends.
- */
-#ifndef _ntp_malloc_h
-#define _ntp_malloc_h
-
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-#else /* HAVE_STDLIB_H */
-# ifdef HAVE_MALLOC_H
-# include <malloc.h>
-# endif
-#endif /* HAVE_STDLIB_H */
-
-#endif /* _ntp_malloc_h */
OpenPOWER on IntegriCloud