summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ppp/tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/ppp/tun.c')
-rw-r--r--usr.sbin/ppp/ppp/tun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/tun.c b/usr.sbin/ppp/ppp/tun.c
index 326b8507d57..ca6d086c87a 100644
--- a/usr.sbin/ppp/ppp/tun.c
+++ b/usr.sbin/ppp/ppp/tun.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: tun.c,v 1.3 1999/02/06 03:22:49 brian Exp $
+ * $Id: tun.c,v 1.4 1999/04/26 08:54:50 brian Exp $
*/
#include <sys/param.h>
@@ -36,9 +36,9 @@
#include <netinet/ip.h>
#include <sys/un.h>
+#include <errno.h>
#include <string.h>
#include <sys/ioctl.h>
-#include <sys/errno.h>
#include "mbuf.h"
#include "log.h"