diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-11-29 22:36:44 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-11-29 22:36:44 +0000 |
commit | ad6b9b6f0b9f90302d7207d626a037d6569fa884 (patch) | |
tree | 7e69b350c7238ac17dee1a00765419177ee5ad48 /usr.sbin/dhcrelay/dhcpd.h | |
parent | 7ff74d3ee649de7a88b44536f8ec2f4a98a7ce84 (diff) |
remove incorrect comment
Diffstat (limited to 'usr.sbin/dhcrelay/dhcpd.h')
-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... */ |