Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6311
b: refs/heads/master
c: e2e2686
h: refs/heads/master
i:
  6309: df372a3
  6307: cadfa0a
  6303: e7a9105
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and David S. Miller committed Aug 29, 2005
1 parent 57706bc commit 6f3ab2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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: 5a47a470e602eecb168ddd3b78841b84ceddd319
refs/heads/master: e2e268665f6c01686b477a6b0cc5a70bab689d54
10 changes: 7 additions & 3 deletions trunk/include/linux/dccp.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
#include <linux/types.h>
#include <asm/byteorder.h>

/* FIXME: this is utterly wrong */
/* Structure describing an Internet (DCCP) socket address. */
struct sockaddr_dccp {
struct sockaddr_in in;
unsigned int service;
__u16 sdccp_family; /* Address family */
__u16 sdccp_port; /* Port number */
__u32 sdccp_addr; /* Internet address */
__u32 sdccp_service; /* Service */
/* Pad to size of `struct sockaddr': 16 bytes . */
__u32 sdccp_pad;
};

/**
Expand Down

0 comments on commit 6f3ab2a

Please sign in to comment.