Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361832
b: refs/heads/master
c: ae5fc98
h: refs/heads/master
v: v3
  • Loading branch information
Andrey Vagin authored and David S. Miller committed Mar 21, 2013
1 parent c85c5f9 commit 87a01d6
Show file tree
Hide file tree
Showing 3 changed files with 7 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: b37391e68cd8a9cae7d53015627510cc952f4f02
refs/heads/master: ae5fc98728c8bbbd6d7cab0b9781671fc4419c1b
4 changes: 3 additions & 1 deletion trunk/include/uapi/linux/packet_diag.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ enum {
PACKET_DIAG_TX_RING,
PACKET_DIAG_FANOUT,

PACKET_DIAG_MAX,
__PACKET_DIAG_MAX,
};

#define PACKET_DIAG_MAX (__PACKET_DIAG_MAX - 1)

struct packet_diag_info {
__u32 pdi_index;
__u32 pdi_version;
Expand Down
4 changes: 3 additions & 1 deletion trunk/include/uapi/linux/unix_diag.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ enum {
UNIX_DIAG_MEMINFO,
UNIX_DIAG_SHUTDOWN,

UNIX_DIAG_MAX,
__UNIX_DIAG_MAX,
};

#define UNIX_DIAG_MAX (__UNIX_DIAG_MAX - 1)

struct unix_diag_vfs {
__u32 udiag_vfs_ino;
__u32 udiag_vfs_dev;
Expand Down

0 comments on commit 87a01d6

Please sign in to comment.