summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/tables.c
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-08-23 23:59:55 +0000
committerbrooks <brooks@FreeBSD.org>2005-08-23 23:59:55 +0000
commitb9c30d0c5778ea1344208e8706c502aa02ab54e8 (patch)
tree3320b43ed359ad7a04d6facd069643b9087bb755 /sbin/dhclient/tables.c
parent41ee608d23f9a41a9ab3161db36a249f55da780f (diff)
downloadFreeBSD-src-b9c30d0c5778ea1344208e8706c502aa02ab54e8.zip
FreeBSD-src-b9c30d0c5778ea1344208e8706c502aa02ab54e8.tar.gz
Add __FBSDID to all .c files in dhclient to aid in determining file
versions when dealing with user problems.
Diffstat (limited to 'sbin/dhclient/tables.c')
-rw-r--r--sbin/dhclient/tables.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c
index 93ff6ac..2c3add2 100644
--- a/sbin/dhclient/tables.c
+++ b/sbin/dhclient/tables.c
@@ -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"
/*
OpenPOWER on IntegriCloud