Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36853
b: refs/heads/master
c: bd6d610
h: refs/heads/master
i:
  36851: eaab83d
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent bda6661 commit a718275
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e11be94bf6a3bfc90816d37847e6b5b179ca2ff6
refs/heads/master: bd6d610a14f2ed896b76dfb61fbdec829e44b8d3
6 changes: 3 additions & 3 deletions trunk/include/linux/if_arp.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ struct arpreq_old {

struct arphdr
{
unsigned short ar_hrd; /* format of hardware address */
unsigned short ar_pro; /* format of protocol address */
__be16 ar_hrd; /* format of hardware address */
__be16 ar_pro; /* format of protocol address */
unsigned char ar_hln; /* length of hardware address */
unsigned char ar_pln; /* length of protocol address */
unsigned short ar_op; /* ARP opcode (command) */
__be16 ar_op; /* ARP opcode (command) */

#if 0
/*
Expand Down

0 comments on commit a718275

Please sign in to comment.