Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215152
b: refs/heads/master
c: b3d6255
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Sanghvi authored and David S. Miller committed Oct 13, 2010
1 parent baffe7a commit 66a208a
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 192 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: 7368ddf144afd79456fd853fa25f33e31da003a9
refs/heads/master: b3d6255388de0680a14f0907deb7b7f4fa0d25d5
3 changes: 1 addition & 2 deletions trunk/include/linux/phonet.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@
/* Socket options for SOL_PNPIPE level */
#define PNPIPE_ENCAP 1
#define PNPIPE_IFINDEX 2
#define PNPIPE_CREATE 3
#define PNPIPE_PIPE_HANDLE 3
#define PNPIPE_ENABLE 4
/* unused slot */
#define PNPIPE_DESTROY 6

#define PNADDR_ANY 0
#define PNADDR_BROADCAST 0xFC
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/net/phonet/pep.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ struct pep_sock {
u8 init_enable; /* auto-enable at creation */
u8 aligned;
#ifdef CONFIG_PHONET_PIPECTRLR
u16 remote_pep;
u8 pipe_state;
u8 pipe_state;
struct sockaddr_pn remote_pep;
#endif
};

Expand Down
Loading

0 comments on commit 66a208a

Please sign in to comment.