diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-08-15 21:58:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-08-15 21:58:09 +0000 |
| commit | f9d8181868ee622583d917415dacc3717095f264 (patch) | |
| tree | 12cb0ee902b21e242bc510e55b3493ffa50bab4b /sys/net/if_sppp.h | |
| parent | bd3513170b0b5201ff5ca8244345bb2efb53cfdc (diff) | |
Notes
Diffstat (limited to 'sys/net/if_sppp.h')
| -rw-r--r-- | sys/net/if_sppp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h index 9154eda8f23f3..41e5d8e427cb1 100644 --- a/sys/net/if_sppp.h +++ b/sys/net/if_sppp.h @@ -16,7 +16,7 @@ * * From: Version 2.0, Fri Oct 6 20:39:21 MSK 1995 * - * $Id: if_sppp.h,v 1.6 1997/05/22 22:15:39 joerg Exp $ + * $Id: if_sppp.h,v 1.8 1997/10/11 11:25:20 joerg Exp $ */ #ifndef _NET_IF_HDLC_H_ @@ -152,7 +152,7 @@ struct spppreq { void sppp_attach (struct ifnet *ifp); void sppp_detach (struct ifnet *ifp); void sppp_input (struct ifnet *ifp, struct mbuf *m); -int sppp_ioctl (struct ifnet *ifp, int cmd, void *data); +int sppp_ioctl (struct ifnet *ifp, u_long cmd, void *data); struct mbuf *sppp_dequeue (struct ifnet *ifp); struct mbuf *sppp_pick(struct ifnet *ifp); int sppp_isempty (struct ifnet *ifp); |
