aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_sppp.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-08-15 21:58:09 +0000
committerBruce Evans <bde@FreeBSD.org>1998-08-15 21:58:09 +0000
commitf9d8181868ee622583d917415dacc3717095f264 (patch)
tree12cb0ee902b21e242bc510e55b3493ffa50bab4b /sys/net/if_sppp.h
parentbd3513170b0b5201ff5ca8244345bb2efb53cfdc (diff)
Notes
Diffstat (limited to 'sys/net/if_sppp.h')
-rw-r--r--sys/net/if_sppp.h4
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);