diff options
author | 2006-11-29 22:36:43 +0000 | |
---|---|---|
committer | 2006-11-29 22:36:43 +0000 | |
commit | c4b8abc36d54218c21c38fbb0600493e1c44db63 (patch) | |
tree | 46800457c5f44addf764b48d14134509ea8ac43f | |
parent | After a long debate at the hackathon it was decided that the acpi implementation (diff) | |
download | wireguard-openbsd-c4b8abc36d54218c21c38fbb0600493e1c44db63.tar.xz wireguard-openbsd-c4b8abc36d54218c21c38fbb0600493e1c44db63.zip |
remove incorrect comment
-rw-r--r-- | usr.sbin/dhcrelay/dhcpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dhcrelay/dhcpd.h b/usr.sbin/dhcrelay/dhcpd.h index 196034a642f..844638d54b2 100644 --- a/usr.sbin/dhcrelay/dhcpd.h +++ b/usr.sbin/dhcrelay/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.8 2006/11/21 15:04:59 stevesk Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.9 2006/11/29 22:36:43 stevesk Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -129,7 +129,6 @@ struct protocol { void *local; }; -/* Default path to dhcpd config file. */ #define DHCPD_LOG_FACILITY LOG_DAEMON /* External definitions... */ |