X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Fnet%2Fppp_str.h;h=cdb68512176764588b93fea6c3e286f8f2c8caa9;hp=d3caba8c2e1a108092791335333eba23a530b104;hb=fa260536e041df88a948d9a6f5f6abf02f6f82b1;hpb=29829af57374e99da39f341fd00a0ae2445266d6 diff --git a/include/net/ppp_str.h b/include/net/ppp_str.h index d3caba8..cdb6851 100644 --- a/include/net/ppp_str.h +++ b/include/net/ppp_str.h @@ -41,7 +41,7 @@ struct ifpppcstatsreq { * Ioctl definitions. */ -#ifdef __STDC__ +#if defined(__STDC__) || defined(__osf__) #define SIOCSIFCOMPAC _IOW('p', 130, char) #define SIOCSIFCOMPPROT _IOW('p', 131, char) #define SIOCSIFMRU _IOW('p', 132, int) /* set max receive unit */ @@ -116,5 +116,7 @@ struct ifpppcstatsreq { #define CCP_FATALERROR 0x20 /* defines for streams modules */ -#define IF_INPUT_ERROR 0xe1 -#define IF_OUTPUT_ERROR 0xe2 +#define IF_INPUT_ERROR 0xe1 +#define IF_OUTPUT_ERROR 0xe2 +#define IF_GET_CSTATS 0xe3 +#define IF_CSTATS 0xe4