summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-11-29 22:36:43 +0000
committerstevesk <stevesk@openbsd.org>2006-11-29 22:36:43 +0000
commitc4b8abc36d54218c21c38fbb0600493e1c44db63 (patch)
tree46800457c5f44addf764b48d14134509ea8ac43f
parentAfter a long debate at the hackathon it was decided that the acpi implementation (diff)
downloadwireguard-openbsd-c4b8abc36d54218c21c38fbb0600493e1c44db63.tar.xz
wireguard-openbsd-c4b8abc36d54218c21c38fbb0600493e1c44db63.zip
remove incorrect comment
-rw-r--r--usr.sbin/dhcrelay/dhcpd.h3
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... */