diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-09 15:35:25 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-09 15:35:25 +0000 |
commit | b3b532aafd4cbb75addf38bbeb6fada73bb53df2 (patch) | |
tree | 4064f9cf941d3ab728f427aaf7bc506f2a9ee664 /include/Makefile | |
parent | a735cf56e7d9c4bc40eb151c490f994f44dae78d (diff) |
Stop exporting from libc the <mpool.h> and the mpool_* API
ports scan by sthen@
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 7fb98d10a09..790cb8552d6 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.202 2015/07/23 06:04:12 yasuoka Exp $ +# $OpenBSD: Makefile,v 1.203 2015/09/09 15:35:24 guenther Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -14,7 +14,7 @@ FILES= a.out.h ar.h asr.h assert.h bitstring.h blf.h bsd_auth.h \ dlfcn.h elf_abi.h err.h errno.h fenv.h float.h fnmatch.h fstab.h fts.h \ ftw.h getopt.h glob.h grp.h ifaddrs.h inttypes.h iso646.h kvm.h \ langinfo.h libgen.h limits.h locale.h login_cap.h malloc.h math.h \ - md5.h memory.h mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h \ + md5.h memory.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h \ paths.h poll.h pwd.h ranlib.h readpassphrase.h regex.h \ resolv.h rmd160.h search.h setjmp.h sha1.h sha2.h signal.h siphash.h \ sndio.h \ |