summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/socket.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-27 02:49:43 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-27 02:49:43 +0000
commit56667aa92bc7769441077266554d158bb6a481e7 (patch)
tree118e15716a895f1270739140f7c607a3daf26df7 /include/asm-i386/socket.h
parent8bf5495b875d2d4674f825c6cc17c5686e236061 (diff)
Cleanup.
Diffstat (limited to 'include/asm-i386/socket.h')
-rw-r--r--include/asm-i386/socket.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-i386/socket.h b/include/asm-i386/socket.h
index 1a2ae578f..cc27f2e32 100644
--- a/include/asm-i386/socket.h
+++ b/include/asm-i386/socket.h
@@ -39,16 +39,4 @@
#define SO_ATTACH_FILTER 26
#define SO_DETACH_FILTER 27
-/* Socket types. */
-#define SOCK_STREAM 1 /* stream (connection) socket */
-#define SOCK_DGRAM 2 /* datagram (conn.less) socket */
-#define SOCK_RAW 3 /* raw socket */
-#define SOCK_RDM 4 /* reliably-delivered message */
-#define SOCK_SEQPACKET 5 /* sequential packet socket */
-#define SOCK_PACKET 10 /* linux specific way of */
- /* getting packets at the dev */
- /* level. For writing rarp and */
- /* other similar things on the */
- /* user level. */
-
#endif /* _ASM_SOCKET_H */