|
@@ -16,7 +16,7 @@ struct __kernel_sockaddr_storage {
|
|
/* _SS_MAXSIZE value minus size of ss_family */
|
|
/* _SS_MAXSIZE value minus size of ss_family */
|
|
} __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */
|
|
} __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */
|
|
|
|
|
|
-#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
|
|
|
|
|
|
+#ifdef __KERNEL__
|
|
|
|
|
|
#include <asm/socket.h> /* arch-dependent defines */
|
|
#include <asm/socket.h> /* arch-dependent defines */
|
|
#include <linux/sockios.h> /* the SIOCxxx I/O controls */
|
|
#include <linux/sockios.h> /* the SIOCxxx I/O controls */
|