Eric Dumazet wrote:
> --- a/include/asm-mips/sockios.h
> +++ b/include/asm-mips/sockios.h
> @@ -20,6 +20,7 @@ #define SIOCATMARK  _IOR('s', 7, int)
>  #define SIOCSPGRP    _IOW('s', 8, pid_t)
>  #define SIOCGPGRP    _IOR('s', 9, pid_t)
>  
> -#define SIOCGSTAMP   0x8906                  /* Get stamp - linux-specific */
> +#define SIOCGSTAMP   0x8906          /* Get stamp (timeval) */
> +#define SIOCGSTAMPNS 0x8907          /* Get stamp (timespec) */


You might want to CC linux-arch or the architecture maintainers.
Last time I changed something in this area I got complaints
because it affected syscall emulation for non-Linux binaries
or something like that.

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to