diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
commit | a93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch) | |
tree | 1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /sbin/dhclient/alloc.c | |
parent | d2d8199ea25041ce5507c36316475bb4331b66ed (diff) |
Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvs
Approved by: re (implicit)
This commit was manufactured to restore the state of the 6.4-RELEASE image.
Diffstat (limited to 'sbin/dhclient/alloc.c')
-rw-r--r-- | sbin/dhclient/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient/alloc.c b/sbin/dhclient/alloc.c index cd60ceca7d83..2adc26194954 100644 --- a/sbin/dhclient/alloc.c +++ b/sbin/dhclient/alloc.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/alloc.c,v 1.1.1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include "dhcpd.h" |