diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-28 16:45:17 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-28 16:45:17 +0000 |
commit | 790854fc3969b4dc1105915a4009f802424b68fb (patch) | |
tree | 9b30fd816d14a1b1d42275a3bab27642c53640fc /sys/net/if_vether.c | |
parent | 811f86757c475318d1797df83c9d2ec239db219c (diff) |
no need for a lot of code to include proc.h
Diffstat (limited to 'sys/net/if_vether.c')
-rw-r--r-- | sys/net/if_vether.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_vether.c b/sys/net/if_vether.c index 4c7604c9f9a..3792065a6ff 100644 --- a/sys/net/if_vether.c +++ b/sys/net/if_vether.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vether.c,v 1.17 2013/03/26 13:19:26 mpi Exp $ */ +/* $OpenBSD: if_vether.c,v 1.18 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2009 Theo de Raadt @@ -19,7 +19,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> -#include <sys/proc.h> #include <sys/socket.h> #include <sys/sockio.h> #include <sys/ioctl.h> |