From: Paul Mackerras Date: Tue, 29 Nov 1994 01:59:06 +0000 (+0000) Subject: change ioctl no. for SIOCGPPPCSTATS X-Git-Tag: RELEASE_2_3_6~814 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=035dcc7af1f6241c71eaee350469433f140fc0d8 change ioctl no. for SIOCGPPPCSTATS --- diff --git a/include/net/if_ppp.h b/include/net/if_ppp.h index 6331ec4..ae930c6 100644 --- a/include/net/if_ppp.h +++ b/include/net/if_ppp.h @@ -1,4 +1,4 @@ -/* $Id: if_ppp.h,v 1.9 1994/10/24 05:14:22 paulus Exp $ */ +/* $Id: if_ppp.h,v 1.10 1994/11/29 01:59:06 paulus Exp $ */ /* * if_ppp.h - Point-to-Point Protocol definitions. @@ -119,7 +119,7 @@ struct ifpppcstatsreq { #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */ #define SIOCGPPPSTATS _IOWR('i', 123, struct ifpppstatsreq) -#define SIOCGPPPCSTATS _IOWR('i', 124, struct ifpppcstatsreq) +#define SIOCGPPPCSTATS _IOWR('i', 122, struct ifpppcstatsreq) #if !defined(ifr_mtu) #define ifr_mtu ifr_ifru.ifru_metric