Standardize on the vi editing directives being on the first line.

This commit is contained in:
"Robert P. J. Day"
2006-07-02 19:47:05 +00:00
parent 087b9d640e
commit 63fc1a9e08
284 changed files with 285 additions and 19 deletions

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* arpping.c
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* arpping .h
*/

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* clientpacket.c
*
* Packet generation and dispatching functions for the DHCP client.

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
#ifndef _CLIENTPACKET_H
#define _CLIENTPACKET_H

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* clientsocket.c -- DHCP client socket creation
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* clientsocket.h */
#ifndef _CLIENTSOCKET_H
#define _CLIENTSOCKET_H

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* common.h
*
* Russ Dill <Russ.Dill@asu.edu> September 2001

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* dhcpc.c
*
* udhcp DHCP client

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* dhcpc.h */
#ifndef _DHCPC_H
#define _DHCPC_H

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* dhcpd.c
*
* udhcp Server

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* dhcpd.h */
#ifndef _DHCPD_H
#define _DHCPD_H

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* files.c -- DHCP server file manipulation *
* Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* files.h */
#ifndef _FILES_H
#define _FILES_H

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
#include <string.h>
extern int udhcpd_main(int argc, char *argv[]);

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* leases.c -- tools to manage DHCP leases
* Russ Dill <Russ.Dill@asu.edu> July 2001

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* leases.h */
#ifndef _LEASES_H
#define _LEASES_H

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* libbb_udhcp.h - busybox compatibility wrapper */
/* bit of a hack, do this no matter what the order of the includes.

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* options.c -- DHCP server option packet tools
* Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* options.h */
#ifndef _OPTIONS_H
#define _OPTIONS_H

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
#include <unistd.h>
#include <string.h>
#include <netinet/in.h>

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
#ifndef _PACKET_H
#define _PACKET_H

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* pidfile.c
*
* Functions to assist in the writing and removing of pidfiles.

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* pidfile.h
*
* Functions to assist in the writing and removing of pidfiles.

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* script.c
*
* Functions to call the DHCP client notification scripts

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* serverpacket.c
*
* Construct and send DHCP server packets

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
#ifndef _SERVERPACKET_H
#define _SERVERPACKET_H

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* signalpipe.c
*
* Signal pipe infrastructure. A reliable way of delivering signals.

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* signalpipe.h
*
* Russ Dill <Russ.Dill@asu.edu> December 2003

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* socket.c -- DHCP server client/server socket creation
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* socket.h */
#ifndef _SOCKET_H
#define _SOCKET_H

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* static_leases.c -- Couple of functions to assist with storing and
* retrieving data for static leases

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* static_leases.h */
#ifndef _STATIC_LEASES_H
#define _STATIC_LEASES_H