Remove ioctl include in sacc.c - sacc - sacc(omys), simple console gopher client
(HTM) git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) LICENSE
---
(DIR) commit f5d039f7156956e52161605fa71715a2d1d7c3c8
(DIR) parent fb3b1dda1ebf4b5709bdec7a821a33d69ce01f6a
(HTM) Author: parazyd <parazyd@dyne.org>
Date: Mon, 5 Feb 2018 16:38:33 +0100
Remove ioctl include in sacc.c
This was a leftover from ui split
Diffstat:
M sacc.c | 6 ------
1 file changed, 0 insertions(+), 6 deletions(-)
---
(DIR) diff --git a/sacc.c b/sacc.c
@@ -8,12 +8,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || \
- defined(__FreeBSD__)
-#include <sys/ioctl.h>
-#else
-#include <stropts.h>
-#endif
#include <unistd.h>
#include <sys/socket.h>
#include <sys/stat.h>