aboutsummaryrefslogtreecommitdiff
path: root/networking/ether-wake.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ether-wake.c')
-rw-r--r--networking/ether-wake.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/networking/ether-wake.c b/networking/ether-wake.c
index a73b0baea..bf09cd529 100644
--- a/networking/ether-wake.c
+++ b/networking/ether-wake.c
@@ -49,9 +49,9 @@
49 * Copyright 1999-2003 Donald Becker and Scyld Computing Corporation. 49 * Copyright 1999-2003 Donald Becker and Scyld Computing Corporation.
50 * 50 *
51 * The author may be reached as becker@scyld, or C/O 51 * The author may be reached as becker@scyld, or C/O
52 * Scyld Computing Corporation 52 * Scyld Computing Corporation
53 * 914 Bay Ridge Road, Suite 220 53 * 914 Bay Ridge Road, Suite 220
54 * Annapolis MD 21403 54 * Annapolis MD 21403
55 * 55 *
56 * Notes: 56 * Notes:
57 * On some systems dropping root capability allows the process to be 57 * On some systems dropping root capability allows the process to be
@@ -113,7 +113,7 @@ void bb_debug_dump_packet(unsigned char *outpack, int pktsize)
113 * Host name 113 * Host name
114 * IP address string 114 * IP address string
115 * MAC address string 115 * MAC address string
116*/ 116 */
117static void get_dest_addr(const char *hostid, struct ether_addr *eaddr) 117static void get_dest_addr(const char *hostid, struct ether_addr *eaddr)
118{ 118{
119 struct ether_addr *eap; 119 struct ether_addr *eap;