summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/hash.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/hash.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/hash.c')
-rw-r--r--sbin/dhclient/hash.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/dhclient/hash.c b/sbin/dhclient/hash.c
index 4f1795b..040236a 100644
--- a/sbin/dhclient/hash.c
+++ b/sbin/dhclient/hash.c
@@ -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);
OpenPOWER on IntegriCloud