From: Ted Lemon Date: Mon, 18 May 1998 05:30:21 +0000 (+0000) Subject: Pull up 1.14 and 1.15 X-Git-Tag: V2-BETA-2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a4737c532824cca019a99d7c01b0d7bb344ba62;p=thirdparty%2Fdhcp.git Pull up 1.14 and 1.15 --- diff --git a/includes/cf/linux.h b/includes/cf/linux.h index 7246925a9..4386a7e2f 100644 --- a/includes/cf/linux.h +++ b/includes/cf/linux.h @@ -5,7 +5,8 @@ Based on a configuration originally supplied by Jonathan Stone. */ /* - * Copyright (c) 1996 The Internet Software Consortium. All rights reserved. + * Copyright (c) 1996, 1998 The Internet Software Consortium. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -61,10 +62,15 @@ extern int h_errno; #include #include -#include + +#if defined (LINUX_1_X) +# include +# include /* also necessary */ +#else +# include +#endif #include /* gettimeofday()*/ -#include /* also necessary */ #ifndef _PATH_DHCPD_PID #define _PATH_DHCPD_PID "/var/run/dhcpd.pid"