diff options
author | bde <bde@FreeBSD.org> | 2000-10-13 13:43:37 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-10-13 13:43:37 +0000 |
commit | 187e734c1d43f84ad73d42479cfb5e421dd21a98 (patch) | |
tree | 161feeb3c54791dd33c0e383a39d7ca1d0e6511c /lib/libc/stdio/vasprintf.c | |
parent | 3fbb5f4f82035c5afc45472b986e3a5cd88d6d47 (diff) | |
download | FreeBSD-src-187e734c1d43f84ad73d42479cfb5e421dd21a98.zip FreeBSD-src-187e734c1d43f84ad73d42479cfb5e421dd21a98.tar.gz |
Avoid impending world breakage.
1. Don't include <sys/conf.h> in userland. It is not used, and including it
without including its prerequisite <sys/time.h> should have broken the
world.
2. Don't include <sys/mount.h>. It is not used, except in -current it
bogusly includes <sys/stat.h> which bogusly includes <sys/time.h> and
thus accidentally provides the prerequisite in (1).
3. Cleaned up nearby include messes.
Not approved by despite 5 weeks notice: MAINTAINER
Diffstat (limited to 'lib/libc/stdio/vasprintf.c')
0 files changed, 0 insertions, 0 deletions