aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/inetd.c2
-rw-r--r--networking/interface.c1
-rw-r--r--networking/ip.c1
-rw-r--r--networking/ipaddr.c1
-rw-r--r--networking/ipcalc.c2
-rw-r--r--networking/iplink.c1
-rw-r--r--networking/iproute.c1
-rw-r--r--networking/iptunnel.c1
-rw-r--r--networking/libiproute/ip_common.h1
-rw-r--r--networking/libiproute/ip_parse_common_args.c1
-rw-r--r--networking/libiproute/ipaddress.c1
-rw-r--r--networking/libiproute/iplink.c1
-rw-r--r--networking/libiproute/iptunnel.c1
-rw-r--r--networking/libiproute/libnetlink.c1
-rw-r--r--networking/libiproute/libnetlink.h1
-rw-r--r--networking/libiproute/linux/pkt_sched.h1
-rw-r--r--networking/libiproute/ll_addr.c1
-rw-r--r--networking/libiproute/ll_map.c1
-rw-r--r--networking/libiproute/ll_map.h1
-rw-r--r--networking/libiproute/ll_proto.c1
-rw-r--r--networking/libiproute/ll_types.c1
-rw-r--r--networking/libiproute/rt_names.c1
-rw-r--r--networking/libiproute/rt_names.h1
-rw-r--r--networking/libiproute/rtm_map.c1
-rw-r--r--networking/libiproute/rtm_map.h1
-rw-r--r--networking/libiproute/utils.c1
-rw-r--r--networking/libiproute/utils.h1
-rw-r--r--networking/nameif.c1
-rw-r--r--networking/udhcp/arpping.c1
-rw-r--r--networking/udhcp/arpping.h1
-rw-r--r--networking/udhcp/clientpacket.c1
-rw-r--r--networking/udhcp/clientpacket.h1
-rw-r--r--networking/udhcp/clientsocket.c1
-rw-r--r--networking/udhcp/clientsocket.h1
-rw-r--r--networking/udhcp/common.h1
-rw-r--r--networking/udhcp/dhcpc.c1
-rw-r--r--networking/udhcp/dhcpc.h1
-rw-r--r--networking/udhcp/dhcpd.c1
-rw-r--r--networking/udhcp/dhcpd.h1
-rw-r--r--networking/udhcp/files.c1
-rw-r--r--networking/udhcp/files.h1
-rw-r--r--networking/udhcp/frontend.c1
-rw-r--r--networking/udhcp/leases.c1
-rw-r--r--networking/udhcp/leases.h1
-rw-r--r--networking/udhcp/libbb_udhcp.h1
-rw-r--r--networking/udhcp/options.c1
-rw-r--r--networking/udhcp/options.h1
-rw-r--r--networking/udhcp/packet.c1
-rw-r--r--networking/udhcp/packet.h1
-rw-r--r--networking/udhcp/pidfile.c1
-rw-r--r--networking/udhcp/pidfile.h1
-rw-r--r--networking/udhcp/script.c1
-rw-r--r--networking/udhcp/serverpacket.c1
-rw-r--r--networking/udhcp/serverpacket.h1
-rw-r--r--networking/udhcp/signalpipe.c1
-rw-r--r--networking/udhcp/signalpipe.h1
-rw-r--r--networking/udhcp/socket.c1
-rw-r--r--networking/udhcp/socket.h1
-rw-r--r--networking/udhcp/static_leases.c1
-rw-r--r--networking/udhcp/static_leases.h1
-rw-r--r--networking/zcip.c1
61 files changed, 61 insertions, 2 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index b9ff4de4d..d50bbd39a 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* $Slackware: inetd.c 1.79s 2001/02/06 13:18:00 volkerdi Exp $ */ 2/* $Slackware: inetd.c 1.79s 2001/02/06 13:18:00 volkerdi Exp $ */
2/* $OpenBSD: inetd.c,v 1.79 2001/01/30 08:30:57 deraadt Exp $ */ 3/* $OpenBSD: inetd.c,v 1.79 2001/01/30 08:30:57 deraadt Exp $ */
3/* $NetBSD: inetd.c,v 1.11 1996/02/22 11:14:41 mycroft Exp $ */ 4/* $NetBSD: inetd.c,v 1.11 1996/02/22 11:14:41 mycroft Exp $ */
@@ -1801,4 +1802,3 @@ daytime_dg (int s, servtab_t *sep ATTRIBUTE_UNUSED)
1801 (void) sendto (s, buffer, strlen (buffer), 0, &sa, sizeof (sa)); 1802 (void) sendto (s, buffer, strlen (buffer), 0, &sa, sizeof (sa));
1802} 1803}
1803#endif /* CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME */ 1804#endif /* CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME */
1804/* vi: set sw=4 ts=4: */
diff --git a/networking/interface.c b/networking/interface.c
index a666c2ef4..c3cc7c0bc 100644
--- a/networking/interface.c
+++ b/networking/interface.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * stolen from net-tools-1.59 and stripped down for busybox by 3 * stolen from net-tools-1.59 and stripped down for busybox by
3 * Erik Andersen <andersen@codepoet.org> 4 * Erik Andersen <andersen@codepoet.org>
diff --git a/networking/ip.c b/networking/ip.c
index d44cc0d60..fe5714f16 100644
--- a/networking/ip.c
+++ b/networking/ip.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * ip.c "ip" utility frontend. 3 * ip.c "ip" utility frontend.
3 * 4 *
diff --git a/networking/ipaddr.c b/networking/ipaddr.c
index 431755770..c90780879 100644
--- a/networking/ipaddr.c
+++ b/networking/ipaddr.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * ip.c "ip" utility frontend. 3 * ip.c "ip" utility frontend.
3 * 4 *
diff --git a/networking/ipcalc.c b/networking/ipcalc.c
index 8c61e3a71..9838fcfda 100644
--- a/networking/ipcalc.c
+++ b/networking/ipcalc.c
@@ -1,4 +1,4 @@
1/* vi: set sw=4 ts=4 ai: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * Mini ipcalc implementation for busybox 3 * Mini ipcalc implementation for busybox
4 * 4 *
diff --git a/networking/iplink.c b/networking/iplink.c
index 2f13aff68..4a28c74a9 100644
--- a/networking/iplink.c
+++ b/networking/iplink.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * ip.c "ip" utility frontend. 3 * ip.c "ip" utility frontend.
3 * 4 *
diff --git a/networking/iproute.c b/networking/iproute.c
index ce58d62e2..62335a8b3 100644
--- a/networking/iproute.c
+++ b/networking/iproute.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * ip.c "ip" utility frontend. 3 * ip.c "ip" utility frontend.
3 * 4 *
diff --git a/networking/iptunnel.c b/networking/iptunnel.c
index feff1fc9c..9ae734a21 100644
--- a/networking/iptunnel.c
+++ b/networking/iptunnel.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * ip.c "ip" utility frontend. 3 * ip.c "ip" utility frontend.
3 * 4 *
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h
index d594778e8..cc4b3aa01 100644
--- a/networking/libiproute/ip_common.h
+++ b/networking/libiproute/ip_common.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1#ifndef _IP_COMMON_H 2#ifndef _IP_COMMON_H
2#define _IP_COMMON_H 1 3#define _IP_COMMON_H 1
3 4
diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c
index 6d4915775..e7084fbc6 100644
--- a/networking/libiproute/ip_parse_common_args.c
+++ b/networking/libiproute/ip_parse_common_args.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * ip.c "ip" utility frontend. 3 * ip.c "ip" utility frontend.
3 * 4 *
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c
index ee9825ba2..262d3e356 100644
--- a/networking/libiproute/ipaddress.c
+++ b/networking/libiproute/ipaddress.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * ipaddress.c "ip address". 3 * ipaddress.c "ip address".
3 * 4 *
diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c
index 9e30122c3..1948efe37 100644
--- a/networking/libiproute/iplink.c
+++ b/networking/libiproute/iplink.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * iplink.c "ip link". 3 * iplink.c "ip link".
3 * 4 *
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c
index 9b96920dc..4524d4954 100644
--- a/networking/libiproute/iptunnel.c
+++ b/networking/libiproute/iptunnel.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * iptunnel.c "ip tunnel" 3 * iptunnel.c "ip tunnel"
3 * 4 *
diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c
index 93d6d67f0..de11d9dac 100644
--- a/networking/libiproute/libnetlink.c
+++ b/networking/libiproute/libnetlink.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * libnetlink.c RTnetlink service routines. 3 * libnetlink.c RTnetlink service routines.
3 * 4 *
diff --git a/networking/libiproute/libnetlink.h b/networking/libiproute/libnetlink.h
index c8a8b783c..c2ef984c4 100644
--- a/networking/libiproute/libnetlink.h
+++ b/networking/libiproute/libnetlink.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1#ifndef __LIBNETLINK_H__ 2#ifndef __LIBNETLINK_H__
2#define __LIBNETLINK_H__ 1 3#define __LIBNETLINK_H__ 1
3 4
diff --git a/networking/libiproute/linux/pkt_sched.h b/networking/libiproute/linux/pkt_sched.h
index ec5b3fddd..d6cf1fc06 100644
--- a/networking/libiproute/linux/pkt_sched.h
+++ b/networking/libiproute/linux/pkt_sched.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1#ifndef __LINUX_PKT_SCHED_H 2#ifndef __LINUX_PKT_SCHED_H
2#define __LINUX_PKT_SCHED_H 3#define __LINUX_PKT_SCHED_H
3 4
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c
index bb89a45a8..6c147deca 100644
--- a/networking/libiproute/ll_addr.c
+++ b/networking/libiproute/ll_addr.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * ll_addr.c 3 * ll_addr.c
3 * 4 *
diff --git a/networking/libiproute/ll_map.c b/networking/libiproute/ll_map.c
index 0ac5ea956..48775122c 100644
--- a/networking/libiproute/ll_map.c
+++ b/networking/libiproute/ll_map.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * ll_map.c 3 * ll_map.c
3 * 4 *
diff --git a/networking/libiproute/ll_map.h b/networking/libiproute/ll_map.h
index 739f157e7..226d48fc2 100644
--- a/networking/libiproute/ll_map.h
+++ b/networking/libiproute/ll_map.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1#ifndef __LL_MAP_H__ 2#ifndef __LL_MAP_H__
2#define __LL_MAP_H__ 1 3#define __LL_MAP_H__ 1
3 4
diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c
index 2319530ad..f026ab7e6 100644
--- a/networking/libiproute/ll_proto.c
+++ b/networking/libiproute/ll_proto.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * ll_proto.c 3 * ll_proto.c
3 * 4 *
diff --git a/networking/libiproute/ll_types.c b/networking/libiproute/ll_types.c
index a38ecc7c0..a53c89432 100644
--- a/networking/libiproute/ll_types.c
+++ b/networking/libiproute/ll_types.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * ll_types.c 3 * ll_types.c
3 * 4 *
diff --git a/networking/libiproute/rt_names.c b/networking/libiproute/rt_names.c
index 9d47491bc..5181ba4b7 100644
--- a/networking/libiproute/rt_names.c
+++ b/networking/libiproute/rt_names.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * rt_names.c rtnetlink names DB. 3 * rt_names.c rtnetlink names DB.
3 * 4 *
diff --git a/networking/libiproute/rt_names.h b/networking/libiproute/rt_names.h
index deb5aa6f4..41afeed63 100644
--- a/networking/libiproute/rt_names.h
+++ b/networking/libiproute/rt_names.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1#ifndef RT_NAMES_H_ 2#ifndef RT_NAMES_H_
2#define RT_NAMES_H_ 1 3#define RT_NAMES_H_ 1
3 4
diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c
index 5f6a9e69c..8aaee4bd7 100644
--- a/networking/libiproute/rtm_map.c
+++ b/networking/libiproute/rtm_map.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * rtm_map.c 3 * rtm_map.c
3 * 4 *
diff --git a/networking/libiproute/rtm_map.h b/networking/libiproute/rtm_map.h
index 70bda7d05..1ffb940b9 100644
--- a/networking/libiproute/rtm_map.h
+++ b/networking/libiproute/rtm_map.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1#ifndef __RTM_MAP_H__ 2#ifndef __RTM_MAP_H__
2#define __RTM_MAP_H__ 1 3#define __RTM_MAP_H__ 1
3 4
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c
index 16ac30070..094a3b0ac 100644
--- a/networking/libiproute/utils.c
+++ b/networking/libiproute/utils.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * utils.c 3 * utils.c
3 * 4 *
diff --git a/networking/libiproute/utils.h b/networking/libiproute/utils.h
index 67631234e..0b0d7545a 100644
--- a/networking/libiproute/utils.h
+++ b/networking/libiproute/utils.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1#ifndef __UTILS_H__ 2#ifndef __UTILS_H__
2#define __UTILS_H__ 1 3#define __UTILS_H__ 1
3 4
diff --git a/networking/nameif.c b/networking/nameif.c
index 3d53d6f15..f13ef1b8b 100644
--- a/networking/nameif.c
+++ b/networking/nameif.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * nameif.c - Naming Interfaces based on MAC address for busybox. 3 * nameif.c - Naming Interfaces based on MAC address for busybox.
3 * 4 *
diff --git a/networking/udhcp/arpping.c b/networking/udhcp/arpping.c
index b029af9bf..97dfcc185 100644
--- a/networking/udhcp/arpping.c
+++ b/networking/udhcp/arpping.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * arpping.c 3 * arpping.c
3 * 4 *
diff --git a/networking/udhcp/arpping.h b/networking/udhcp/arpping.h
index 30959ca99..2990e30f6 100644
--- a/networking/udhcp/arpping.h
+++ b/networking/udhcp/arpping.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * arpping .h 3 * arpping .h
3 */ 4 */
diff --git a/networking/udhcp/clientpacket.c b/networking/udhcp/clientpacket.c
index 14e6c6678..82975700c 100644
--- a/networking/udhcp/clientpacket.c
+++ b/networking/udhcp/clientpacket.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* clientpacket.c 2/* clientpacket.c
2 * 3 *
3 * Packet generation and dispatching functions for the DHCP client. 4 * Packet generation and dispatching functions for the DHCP client.
diff --git a/networking/udhcp/clientpacket.h b/networking/udhcp/clientpacket.h
index 8e5441bc7..b9b9a668f 100644
--- a/networking/udhcp/clientpacket.h
+++ b/networking/udhcp/clientpacket.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1#ifndef _CLIENTPACKET_H 2#ifndef _CLIENTPACKET_H
2#define _CLIENTPACKET_H 3#define _CLIENTPACKET_H
3 4
diff --git a/networking/udhcp/clientsocket.c b/networking/udhcp/clientsocket.c
index 5d08421b3..a1c4eadab 100644
--- a/networking/udhcp/clientsocket.c
+++ b/networking/udhcp/clientsocket.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * clientsocket.c -- DHCP client socket creation 3 * clientsocket.c -- DHCP client socket creation
3 * 4 *
diff --git a/networking/udhcp/clientsocket.h b/networking/udhcp/clientsocket.h
index 17a55c154..ea6078397 100644
--- a/networking/udhcp/clientsocket.h
+++ b/networking/udhcp/clientsocket.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* clientsocket.h */ 2/* clientsocket.h */
2#ifndef _CLIENTSOCKET_H 3#ifndef _CLIENTSOCKET_H
3#define _CLIENTSOCKET_H 4#define _CLIENTSOCKET_H
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h
index 77e689446..eb73c2162 100644
--- a/networking/udhcp/common.h
+++ b/networking/udhcp/common.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* common.h 2/* common.h
2 * 3 *
3 * Russ Dill <Russ.Dill@asu.edu> September 2001 4 * Russ Dill <Russ.Dill@asu.edu> September 2001
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index 8c795bc62..989759ab8 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* dhcpc.c 2/* dhcpc.c
2 * 3 *
3 * udhcp DHCP client 4 * udhcp DHCP client
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h
index 7c93f4232..42af0a367 100644
--- a/networking/udhcp/dhcpc.h
+++ b/networking/udhcp/dhcpc.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* dhcpc.h */ 2/* dhcpc.h */
2#ifndef _DHCPC_H 3#ifndef _DHCPC_H
3#define _DHCPC_H 4#define _DHCPC_H
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c
index 29ca06a68..b481e6ef2 100644
--- a/networking/udhcp/dhcpd.c
+++ b/networking/udhcp/dhcpd.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* dhcpd.c 2/* dhcpd.c
2 * 3 *
3 * udhcp Server 4 * udhcp Server
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h
index 37ebbe326..dc8f3c427 100644
--- a/networking/udhcp/dhcpd.h
+++ b/networking/udhcp/dhcpd.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* dhcpd.h */ 2/* dhcpd.h */
2#ifndef _DHCPD_H 3#ifndef _DHCPD_H
3#define _DHCPD_H 4#define _DHCPD_H
diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c
index d2ca2363f..a0a3bfcd8 100644
--- a/networking/udhcp/files.c
+++ b/networking/udhcp/files.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * files.c -- DHCP server file manipulation * 3 * files.c -- DHCP server file manipulation *
3 * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 4 * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001
diff --git a/networking/udhcp/files.h b/networking/udhcp/files.h
index 03acee2fc..884693117 100644
--- a/networking/udhcp/files.h
+++ b/networking/udhcp/files.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* files.h */ 2/* files.h */
2#ifndef _FILES_H 3#ifndef _FILES_H
3#define _FILES_H 4#define _FILES_H
diff --git a/networking/udhcp/frontend.c b/networking/udhcp/frontend.c
index fa77ab977..0f072b9f5 100644
--- a/networking/udhcp/frontend.c
+++ b/networking/udhcp/frontend.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1#include <string.h> 2#include <string.h>
2 3
3extern int udhcpd_main(int argc, char *argv[]); 4extern int udhcpd_main(int argc, char *argv[]);
diff --git a/networking/udhcp/leases.c b/networking/udhcp/leases.c
index bb08c3adb..4c69c1f93 100644
--- a/networking/udhcp/leases.c
+++ b/networking/udhcp/leases.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * leases.c -- tools to manage DHCP leases 3 * leases.c -- tools to manage DHCP leases
3 * Russ Dill <Russ.Dill@asu.edu> July 2001 4 * Russ Dill <Russ.Dill@asu.edu> July 2001
diff --git a/networking/udhcp/leases.h b/networking/udhcp/leases.h
index b13fa72d3..8dba65e29 100644
--- a/networking/udhcp/leases.h
+++ b/networking/udhcp/leases.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* leases.h */ 2/* leases.h */
2#ifndef _LEASES_H 3#ifndef _LEASES_H
3#define _LEASES_H 4#define _LEASES_H
diff --git a/networking/udhcp/libbb_udhcp.h b/networking/udhcp/libbb_udhcp.h
index c47af2d0a..3cf2d1401 100644
--- a/networking/udhcp/libbb_udhcp.h
+++ b/networking/udhcp/libbb_udhcp.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* libbb_udhcp.h - busybox compatibility wrapper */ 2/* libbb_udhcp.h - busybox compatibility wrapper */
2 3
3/* bit of a hack, do this no matter what the order of the includes. 4/* bit of a hack, do this no matter what the order of the includes.
diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c
index 0657b3239..02c251083 100644
--- a/networking/udhcp/options.c
+++ b/networking/udhcp/options.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * options.c -- DHCP server option packet tools 3 * options.c -- DHCP server option packet tools
3 * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 4 * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001
diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h
index 4948bac00..b0a649fef 100644
--- a/networking/udhcp/options.h
+++ b/networking/udhcp/options.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* options.h */ 2/* options.h */
2#ifndef _OPTIONS_H 3#ifndef _OPTIONS_H
3#define _OPTIONS_H 4#define _OPTIONS_H
diff --git a/networking/udhcp/packet.c b/networking/udhcp/packet.c
index 1bdade7e5..67a452dbc 100644
--- a/networking/udhcp/packet.c
+++ b/networking/udhcp/packet.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1#include <unistd.h> 2#include <unistd.h>
2#include <string.h> 3#include <string.h>
3#include <netinet/in.h> 4#include <netinet/in.h>
diff --git a/networking/udhcp/packet.h b/networking/udhcp/packet.h
index f595422e4..0257a2ca9 100644
--- a/networking/udhcp/packet.h
+++ b/networking/udhcp/packet.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1#ifndef _PACKET_H 2#ifndef _PACKET_H
2#define _PACKET_H 3#define _PACKET_H
3 4
diff --git a/networking/udhcp/pidfile.c b/networking/udhcp/pidfile.c
index 7a956fb47..b837270fb 100644
--- a/networking/udhcp/pidfile.c
+++ b/networking/udhcp/pidfile.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* pidfile.c 2/* pidfile.c
2 * 3 *
3 * Functions to assist in the writing and removing of pidfiles. 4 * Functions to assist in the writing and removing of pidfiles.
diff --git a/networking/udhcp/pidfile.h b/networking/udhcp/pidfile.h
index ea97d1de5..38c849305 100644
--- a/networking/udhcp/pidfile.h
+++ b/networking/udhcp/pidfile.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* pidfile.h 2/* pidfile.h
2 * 3 *
3 * Functions to assist in the writing and removing of pidfiles. 4 * Functions to assist in the writing and removing of pidfiles.
diff --git a/networking/udhcp/script.c b/networking/udhcp/script.c
index d1b272de6..8c4933455 100644
--- a/networking/udhcp/script.c
+++ b/networking/udhcp/script.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* script.c 2/* script.c
2 * 3 *
3 * Functions to call the DHCP client notification scripts 4 * Functions to call the DHCP client notification scripts
diff --git a/networking/udhcp/serverpacket.c b/networking/udhcp/serverpacket.c
index e40432ebe..8c7b1642a 100644
--- a/networking/udhcp/serverpacket.c
+++ b/networking/udhcp/serverpacket.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* serverpacket.c 2/* serverpacket.c
2 * 3 *
3 * Construct and send DHCP server packets 4 * Construct and send DHCP server packets
diff --git a/networking/udhcp/serverpacket.h b/networking/udhcp/serverpacket.h
index 902492895..20e1d5d2b 100644
--- a/networking/udhcp/serverpacket.h
+++ b/networking/udhcp/serverpacket.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1#ifndef _SERVERPACKET_H 2#ifndef _SERVERPACKET_H
2#define _SERVERPACKET_H 3#define _SERVERPACKET_H
3 4
diff --git a/networking/udhcp/signalpipe.c b/networking/udhcp/signalpipe.c
index e973ff6b2..9951eb57d 100644
--- a/networking/udhcp/signalpipe.c
+++ b/networking/udhcp/signalpipe.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* signalpipe.c 2/* signalpipe.c
2 * 3 *
3 * Signal pipe infrastructure. A reliable way of delivering signals. 4 * Signal pipe infrastructure. A reliable way of delivering signals.
diff --git a/networking/udhcp/signalpipe.h b/networking/udhcp/signalpipe.h
index 70c1e5715..1621d5772 100644
--- a/networking/udhcp/signalpipe.h
+++ b/networking/udhcp/signalpipe.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* signalpipe.h 2/* signalpipe.h
2 * 3 *
3 * Russ Dill <Russ.Dill@asu.edu> December 2003 4 * Russ Dill <Russ.Dill@asu.edu> December 2003
diff --git a/networking/udhcp/socket.c b/networking/udhcp/socket.c
index 6417267ec..2d253c1f2 100644
--- a/networking/udhcp/socket.c
+++ b/networking/udhcp/socket.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * socket.c -- DHCP server client/server socket creation 3 * socket.c -- DHCP server client/server socket creation
3 * 4 *
diff --git a/networking/udhcp/socket.h b/networking/udhcp/socket.h
index 66179d4f5..23bffa16d 100644
--- a/networking/udhcp/socket.h
+++ b/networking/udhcp/socket.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* socket.h */ 2/* socket.h */
2#ifndef _SOCKET_H 3#ifndef _SOCKET_H
3#define _SOCKET_H 4#define _SOCKET_H
diff --git a/networking/udhcp/static_leases.c b/networking/udhcp/static_leases.c
index 524798316..0d962c56e 100644
--- a/networking/udhcp/static_leases.c
+++ b/networking/udhcp/static_leases.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * static_leases.c -- Couple of functions to assist with storing and 3 * static_leases.c -- Couple of functions to assist with storing and
3 * retrieving data for static leases 4 * retrieving data for static leases
diff --git a/networking/udhcp/static_leases.h b/networking/udhcp/static_leases.h
index 81708ffea..b23bbcfff 100644
--- a/networking/udhcp/static_leases.h
+++ b/networking/udhcp/static_leases.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* static_leases.h */ 2/* static_leases.h */
2#ifndef _STATIC_LEASES_H 3#ifndef _STATIC_LEASES_H
3#define _STATIC_LEASES_H 4#define _STATIC_LEASES_H
diff --git a/networking/zcip.c b/networking/zcip.c
index 836cb78b2..5e1067377 100644
--- a/networking/zcip.c
+++ b/networking/zcip.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * RFC3927 ZeroConf IPv4 Link-Local addressing 3 * RFC3927 ZeroConf IPv4 Link-Local addressing
3 * (see <http://www.zeroconf.org/>) 4 * (see <http://www.zeroconf.org/>)