[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110304.010428.71127798.davem@davemloft.net>
Date: Fri, 04 Mar 2011 01:04:28 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: sledz@...search.de
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
kuznet@....inr.ac.ru, pekkas@...core.fi, jmorris@...ei.org,
yoshfuji@...ux-ipv6.org, kaber@...sh.net, m.schuknecht@...search.de
Subject: Re: [PATCH resent] tcp: ioctl type SIOCOUTQNSD returns amount of
data not sent
From: Steffen Sledz <sledz@...search.de>
Date: Fri, 4 Mar 2011 09:48:17 +0100
> diff --git a/include/asm-generic/ioctls.h b/include/asm-generic/ioctls.h
> index 199975f..ef2be0b 100644
> --- a/include/asm-generic/ioctls.h
> +++ b/include/asm-generic/ioctls.h
> @@ -74,6 +74,7 @@
> #define TCSETXW 0x5435
> #define TIOCSIG _IOW('T', 0x36, int) /* pty: generate signal */
> #define TIOCVHANGUP 0x5437
> +#define TIOCOUTQNSD 0x5438
>
> #define FIONCLEX 0x5450
> #define FIOCLEX 0x5451
Hitting only asm-generic/ioctls.h is insufficient, many architectures do
not make use of this file and the build will fail for them with your patch
applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists