From b9c30d0c5778ea1344208e8706c502aa02ab54e8 Mon Sep 17 00:00:00 2001 From: brooks Date: Tue, 23 Aug 2005 23:59:55 +0000 Subject: Add __FBSDID to all .c files in dhclient to aid in determining file versions when dealing with user problems. --- sbin/dhclient/tables.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin/dhclient/tables.c') 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 +__FBSDID("$FreeBSD$"); + #include "dhcpd.h" /* -- cgit v1.1