summaryrefslogtreecommitdiffstats
path: root/lpf.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-02-12 10:07:30 +0000
committerRoy Marples <roy@marples.name>2009-02-12 10:07:30 +0000
commit35456091989ef70c3b5285d2c27867bc578639f3 (patch)
tree9afd5056552983f8319bf6218e64e2183f4f40de /lpf.c
parent40dbcc878593552d31ecc4a1fcdf2f4672fd736b (diff)
downloaddhcpcd-35456091989ef70c3b5285d2c27867bc578639f3.tar.xz
Fix up some more formatting.
Diffstat (limited to 'lpf.c')
-rw-r--r--lpf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lpf.c b/lpf.c
index 674d9767..550277ef 100644
--- a/lpf.c
+++ b/lpf.c
@@ -1,6 +1,6 @@
/*
* dhcpcd - DHCP client daemon
- * Copyright 2006-2008 Roy Marples <roy@marples.name>
+ * Copyright 2006-2009 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -37,7 +37,7 @@
# include <asm/types.h> /* needed for 2.4 kernels for the below header */
# include <linux/filter.h>
# include <netpacket/packet.h>
-# define bpf_insn sock_filter
+# define bpf_insn sock_filter
# define BPF_SKIPTYPE
# define BPF_ETHCOOK -ETH_HLEN
# define BPF_WHOLEPACKET 0x0fffffff /* work around buggy LPF filters */
@@ -60,8 +60,8 @@
/* Broadcast address for IPoIB */
static const uint8_t ipv4_bcast_addr[] = {
0x00, 0xff, 0xff, 0xff,
- 0xff, 0x12, 0x40, 0x1b, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff
+ 0xff, 0x12, 0x40, 0x1b, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff
};
int