diff options
Diffstat (limited to 'sys/net/if_tunvar.h')
| -rw-r--r-- | sys/net/if_tunvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_tunvar.h b/sys/net/if_tunvar.h index c44911bcc15c..d0ef510e98d9 100644 --- a/sys/net/if_tunvar.h +++ b/sys/net/if_tunvar.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id:$ + * $Id: if_tunvar.h,v 1.1 1998/01/11 17:52:33 brian Exp $ */ #ifndef _NET_IF_TUNVAR_H_ @@ -42,7 +42,7 @@ struct tun_softc { #define TUN_READY (TUN_OPEN | TUN_INITED) struct ifnet tun_if; /* the interface */ - int tun_pgrp; /* the process group - if any */ + struct sigio *tun_sigio; /* information for SIGIO */ struct selinfo tun_rsel; /* read select */ struct selinfo tun_wsel; /* write select (not used) */ }; |
