Add __FBSDID to all .c files in dhclient to aid in determining file

versions when dealing with user problems.
This commit is contained in:
Brooks Davis 2005-08-23 23:59:55 +00:00
parent f1129b105e
commit 8794fdbb48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149399
16 changed files with 48 additions and 4 deletions

View File

@ -40,6 +40,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
struct string_list *

View File

@ -1,5 +1,4 @@
/* $OpenBSD: bpf.c,v 1.13 2004/05/05 14:28:58 deraadt Exp $ */
/* $FreeBSD$ */
/* BPF socket interface code, originally contributed by Archie Cobbs. */
@ -41,6 +40,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
#include <sys/ioctl.h>
#include <sys/uio.h>

View File

@ -40,6 +40,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
#include "dhctoken.h"

View File

@ -40,6 +40,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <ctype.h>
#include "dhcpd.h"

View File

@ -43,6 +43,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
u_int32_t

View File

@ -1,5 +1,4 @@
/* $OpenBSD: dhclient.c,v 1.63 2005/02/06 17:10:13 krw Exp $ */
/* $FreeBSD$ */
/*
* Copyright 2004 Henning Brauer <henning@openbsd.org>
@ -54,6 +53,9 @@
* purpose.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
#include "privsep.h"

View File

@ -39,6 +39,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
#include <sys/ioctl.h>

View File

@ -40,6 +40,9 @@
* with Vixie Laboratories.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <errno.h>
#include "dhcpd.h"

View File

@ -40,6 +40,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
static int do_hash(unsigned char *, int, int);

View File

@ -42,6 +42,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
/*

View File

@ -40,6 +40,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <ctype.h>
#define DHCP_OPTION_DATA

View File

@ -40,6 +40,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
#include <netinet/in_systm.h>

View File

@ -1,5 +1,4 @@
/* $OpenBSD: parse.c,v 1.11 2004/05/05 23:07:47 deraadt Exp $ */
/* $FreeBSD$ */
/* Common parser code for dhcpd and dhclient. */
@ -41,6 +40,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
#include "dhctoken.h"

View File

@ -16,6 +16,9 @@
* OF OR IN CONNECTION WITH THE USE, ABUSE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
#include "privsep.h"

View File

@ -1,5 +1,4 @@
/* $OpenBSD: tables.c,v 1.4 2004/05/04 20:28:40 deraadt Exp $ */
/* $FreeBSD$ */
/* Tables of information... */
@ -41,6 +40,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
/*

View File

@ -40,6 +40,9 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "dhcpd.h"
extern int h_errno;