Use <fcntl.h> instead of <sys/file.h> for open() and friends.

Delete a bunch of unnecessary #includes and sort to match style(9)
while doing the above cleanup.

ok deraadt@ krw@
This commit is contained in:
guenther 2018-04-26 12:42:51 +00:00
parent d9d2f84a4b
commit 896c1da7da

View File

@ -17,9 +17,7 @@
*/
#include <sys/types.h>
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
#include <sys/wait.h>