Skip to content

Commit

Permalink
Do not #include <sys/filio.h>
Browse files Browse the repository at this point in the history
It was used on Solaris?
  • Loading branch information
LudovicRousseau committed May 5, 2024
1 parent ce24c63 commit dc318d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/winscard_msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <time.h>
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_SYS_FILIO_H
#include <sys/filio.h>
#endif

#include "misc.h"
#include "pcscd.h"
Expand Down
3 changes: 0 additions & 3 deletions src/winscard_msg_srv.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <stdio.h>
#include <time.h>
#include <string.h>
#ifdef HAVE_SYS_FILIO_H
#include <sys/filio.h>
#endif
#ifdef USE_LIBSYSTEMD
#include <systemd/sd-daemon.h>
#endif
Expand Down

0 comments on commit dc318d6

Please sign in to comment.