diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-11-27 16:14:08 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-11-27 16:14:08 +0000 |
commit | a557c43e69c1de1b1bf6d40aca924f4de9640b31 (patch) | |
tree | f4f7c0f0cdab85664d4374a88639204a2e72ac4f | |
parent | 5a7edb114e05606329531998db522ccbcd8b978f (diff) |
remove invalid comment
-rw-r--r-- | sbin/dhclient/dhcpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index 307fdbd3dba..a4393a068e5 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.51 2006/11/21 15:04:59 stevesk Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.52 2006/11/27 16:14:07 stevesk Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -221,7 +221,6 @@ struct protocol { void *local; }; -/* Default path to dhcpd config file. */ #define _PATH_DHCLIENT_CONF "/etc/dhclient.conf" #define _PATH_DHCLIENT_DB "/var/db/dhclient.leases" #define DHCPD_LOG_FACILITY LOG_DAEMON |