diff options
author | mbr <mbr@FreeBSD.org> | 2003-07-28 11:49:07 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-07-28 11:49:07 +0000 |
commit | 69ed05bf45ee08bf50571ba3de4b7091d16990a4 (patch) | |
tree | 71350d3f04707f15b89b5806b5b61891b1cc8864 /contrib/isc-dhcp/includes | |
parent | 47f161a6d87ae6bf420a7b48853ae17aa969aa91 (diff) | |
download | FreeBSD-src-69ed05bf45ee08bf50571ba3de4b7091d16990a4.zip FreeBSD-src-69ed05bf45ee08bf50571ba3de4b7091d16990a4.tar.gz |
Define $FreeBSD$ at the right place.
Diffstat (limited to 'contrib/isc-dhcp/includes')
-rw-r--r-- | contrib/isc-dhcp/includes/dhcpd.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/isc-dhcp/includes/dhcpd.h b/contrib/isc-dhcp/includes/dhcpd.h index 0c98e82..2558191 100644 --- a/contrib/isc-dhcp/includes/dhcpd.h +++ b/contrib/isc-dhcp/includes/dhcpd.h @@ -39,12 +39,10 @@ * ``http://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. + * + * $FreeBSD$ */ -#ifndef lint -"$FreeBSD$\n"; -#endif /* not lint */ - #ifndef __CYGWIN32__ #include <sys/types.h> #include <netinet/in.h> |