fix fallout from BSD patches
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
#include "common.h"
|
||||
#include "dhcpd.h"
|
||||
#include "dhcpc.h"
|
||||
#include "options.h"
|
||||
|
||||
//#include <features.h>
|
||||
#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined _NEWLIB_VERSION
|
||||
@@ -18,11 +22,6 @@
|
||||
#include <linux/if_ether.h>
|
||||
#endif
|
||||
|
||||
#include "common.h"
|
||||
#include "dhcpd.h"
|
||||
#include "dhcpc.h"
|
||||
#include "options.h"
|
||||
|
||||
|
||||
/* Create a random xid */
|
||||
uint32_t FAST_FUNC random_xid(void)
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
#include "common.h"
|
||||
#include "dhcpd.h"
|
||||
#include "dhcpc.h"
|
||||
|
||||
|
||||
//#include <features.h>
|
||||
#include <asm/types.h>
|
||||
@@ -32,10 +36,6 @@
|
||||
#endif
|
||||
#include <linux/filter.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "dhcpd.h"
|
||||
#include "dhcpc.h"
|
||||
|
||||
int FAST_FUNC udhcp_raw_socket(int ifindex)
|
||||
{
|
||||
int fd;
|
||||
|
||||
Reference in New Issue
Block a user