summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sppp.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-08-15 21:58:09 +0000
committerbde <bde@FreeBSD.org>1998-08-15 21:58:09 +0000
commitddbe8db9de8b4492e1865d1fc9034ddde28b9ec4 (patch)
tree81a6d828dd9ecd23ecfd37ed3b6a32f41794733f /sys/net/if_sppp.h
parentd1358702bffb54156418d126ddfad876d978ae8e (diff)
downloadFreeBSD-src-ddbe8db9de8b4492e1865d1fc9034ddde28b9ec4.zip
FreeBSD-src-ddbe8db9de8b4492e1865d1fc9034ddde28b9ec4.tar.gz
Fixed yet more ioctl breakage due to the type of the `cmd' arg changing
from int to u_long but not changing here.
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 9154eda..41e5d8e 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);
OpenPOWER on IntegriCloud