Bruce Evans 3d7613a6e2 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
2000-10-13 13:43:37 +00:00
..
2000-06-14 17:53:40 +00:00
2000-06-14 17:53:40 +00:00
2000-08-08 23:53:11 +00:00
2000-10-10 09:50:25 +00:00
1999-11-18 07:22:59 +00:00
2000-05-01 19:54:26 +00:00
2000-09-22 09:59:23 +00:00
2000-05-01 20:32:07 +00:00
2000-09-21 20:16:04 +00:00
2000-01-18 08:38:35 +00:00
2000-05-01 19:54:26 +00:00
2000-10-12 00:16:19 +00:00
2000-10-10 14:18:50 +00:00
2000-09-21 06:23:16 +00:00
2000-09-21 06:23:16 +00:00
2000-07-11 21:31:59 +00:00
2000-10-09 14:54:32 +00:00
2000-09-03 12:36:21 +00:00
2000-10-11 01:12:55 +00:00
2000-10-13 13:43:37 +00:00