Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78152
b: refs/heads/master
c: 1b0b04f
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller authored and David S. Miller committed Jan 28, 2008
1 parent 2b534da commit 3cf47c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: b209639e8a91aaabedf8bf3716710e6d9ae942e3
refs/heads/master: 1b0b04f9fb657a9ee85e3b9388394b9b943f7ffc
3 changes: 2 additions & 1 deletion trunk/net/ipv4/ipconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ __be32 ic_servaddr = NONE; /* Boot server IP address */
__be32 root_server_addr = NONE; /* Address of NFS server */
u8 root_server_path[256] = { 0, }; /* Path to mount as root */

static char vendor_class_identifier[253]; /* vendor class identifier */
/* vendor class identifier */
static char vendor_class_identifier[253] __initdata;

/* Persistent data: */

Expand Down

0 comments on commit 3cf47c7

Please sign in to comment.