]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/socket.h
[PATCH] cdrom: use unsigned bitfields
[linux-2.6-omap-h63xx.git] / include / linux / socket.h
index fcd35a210e7f7d5eed13b7c4e243b4ee3a9c7a50..28157a36e6ccd69ce4ae091fe835162364813e7c 100644 (file)
@@ -16,7 +16,7 @@ struct __kernel_sockaddr_storage {
                                /* _SS_MAXSIZE value minus size of ss_family */
 } __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 <linux/sockios.h>             /* the SIOCxxx I/O controls     */