summaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorguenther <guenther>2018-04-26 12:42:51 +0000
committerguenther <guenther>2018-04-26 12:42:51 +0000
commit896c1da7da82e2dab6957bc0ce0327176735b631 (patch)
tree3166955c160a47e2bafbf7653e2ae7572248df8d /client.c
parentd9d2f84a4b143d4f45dc11ed31573f667868e5eb (diff)
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@
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client.c b/client.c
index aa6b596f..7e8bd734 100644
--- a/client.c
+++ b/client.c
@@ -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>