Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90207
b: refs/heads/master
c: 0098b72
h: refs/heads/master
i:
  90205: 1b6da32
  90203: 10e2867
  90199: e26bc40
  90191: 769d1e3
  90175: d4d0d48
v: v3
  • Loading branch information
Rusty Russell authored and David S. Miller committed Mar 23, 2008
1 parent a8cb2b3 commit 4e8c7c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: fc8717baa8f52dd8d1b90df9008300ef3ec794ed
refs/heads/master: 0098b7273e968fb9989a6e1e4e4c024cd081fe0d
3 changes: 2 additions & 1 deletion trunk/include/linux/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
#define _LINUX_NET_H

#include <linux/wait.h>
#include <linux/socket.h>
#include <asm/socket.h>

struct poll_table_struct;
struct pipe_inode_info;
struct inode;
struct net;

#define NPROTO 34 /* should be enough for now.. */
#define NPROTO AF_MAX

#define SYS_SOCKET 1 /* sys_socket(2) */
#define SYS_BIND 2 /* sys_bind(2) */
Expand Down

0 comments on commit 4e8c7c0

Please sign in to comment.