Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7535
b: refs/heads/master
c: f20badb
h: refs/heads/master
i:
  7533: 18d10dc
  7531: 09a2074
  7527: 87c4b5d
  7519: 9f779d5
v: v3
  • Loading branch information
viro@ZenIV.linux.org.uk authored and Linus Torvalds committed Sep 8, 2005
1 parent ef47de7 commit f43e233
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95608261dae863bc43292e6fbd946a3abd3aa49f
refs/heads/master: f20badbe1207bb10a8ad5fdadc2131c94344b5d9
4 changes: 4 additions & 0 deletions trunk/drivers/net/hamachi.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ KERN_INFO " Further modifications by Keith Underwood <keithu@parl.clemson.edu>

#define RUN_AT(x) (jiffies + (x))

#ifndef ADDRLEN
#define ADDRLEN 32
#endif

/* Condensed bus+endian portability operations. */
#if ADDRLEN == 64
#define cpu_to_leXX(addr) cpu_to_le64(addr)
Expand Down

0 comments on commit f43e233

Please sign in to comment.