Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11221
b: refs/heads/master
c: 61ed7f0
h: refs/heads/master
i:
  11219: 51a1b95
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 7493f3e commit 0f0b539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebfaebae364c3631c70467bf89a63b341d0f0949
refs/heads/master: 61ed7f08b691677a13486d920dcd931b7d31719c
4 changes: 2 additions & 2 deletions trunk/include/asm-mips/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
#define SO_ERROR 0x1007 /* get error status and clear */
#define SO_SNDBUF 0x1001 /* Send buffer size. */
#define SO_RCVBUF 0x1002 /* Receive buffer. */
#define SO_SNDBUFFORCE 0x100a
#define SO_RCVBUFFORCE 0x100b
#define SO_SNDLOWAT 0x1003 /* send low-water mark */
#define SO_RCVLOWAT 0x1004 /* receive low-water mark */
#define SO_SNDTIMEO 0x1005 /* send timeout */
Expand Down Expand Up @@ -69,6 +67,8 @@ To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
#define SCM_TIMESTAMP SO_TIMESTAMP

#define SO_PEERSEC 30
#define SO_SNDBUFFORCE 31
#define SO_RCVBUFFORCE 33

#ifdef __KERNEL__

Expand Down

0 comments on commit 0f0b539

Please sign in to comment.