Skip to content

Commit

Permalink
sys/ioctl.h is not necessary for FreeBSD4
Browse files Browse the repository at this point in the history
  • Loading branch information
sumikawa committed Mar 30, 2000
1 parent e9f77ec commit f6bfb2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kame/sys/netinet6/in6_src.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: in6_src.c,v 1.10 2000/03/28 09:02:23 k-sugyou Exp $ */
/* $KAME: in6_src.c,v 1.11 2000/03/30 13:34:00 sumikawa Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -80,7 +80,9 @@
#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#if !(defined(__FreeBSD__) && __FreeBSD__ >= 4)
#include <sys/ioctl.h>
#endif
#include <sys/errno.h>
#include <sys/time.h>
#include <sys/proc.h>
Expand Down

0 comments on commit f6bfb2c

Please sign in to comment.