summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/socket.h
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>2000-05-16 14:00:47 +0000
committerHarald Koerfgen <hkoerfg@web.de>2000-05-16 14:00:47 +0000
commitf9055aeda90fec2eb7ce0c49382e51b87f6a4fc9 (patch)
tree1150c561a37fcb28c79d1b9d3288e6aea05d64d9 /include/asm-mips/socket.h
parent840ea4e54f944971741e0bf4b1b9d9f6f417634d (diff)
Some small fixes and cleanups:
o superfluidous #ifdef __KERNEL__ in include/asm-mips/socket.h removed o we don't need a little endian version of waking_non_zero_interruptible() o arch/mips/config.in fixes and improvements o compile floppy/kbd/ide support only when the CONFIG options are set o IP22s aren't the only MIPS boxes without a PC speaker
Diffstat (limited to 'include/asm-mips/socket.h')
-rw-r--r--include/asm-mips/socket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-mips/socket.h b/include/asm-mips/socket.h
index b98107cfe..c39e0d294 100644
--- a/include/asm-mips/socket.h
+++ b/include/asm-mips/socket.h
@@ -56,8 +56,6 @@ To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
#define SO_ATTACH_FILTER 26
#define SO_DETACH_FILTER 27
-#ifdef __KERNEL__
-
#define SO_PEERNAME 28
/* Nast libc5 fixup - bletch */