On Mon, Jan 26, 2009 at 11:34 PM, Rémi Denis-Courmont
[off-list ref] wrote:
quoted
+#ifndef PF_RDS
+#define PF_RDS AF_RDS
+#endif
You should probably remove that and put the last patch of your series ahead of
this one.
Yup will do.
quoted
+#ifndef SOL_RDS
+#define SOL_RDS 272
+#endif
This is used by RXRPC nowadays, although I myself don't really understand why
socket option levels need to be unique across all families.
OK, shouldn't be too hard to fix.
Thanks.
Regards -- Andy