Changeset 3715 in MondoRescue


Ignore:
Timestamp:
Aug 3, 2019, 1:51:01 AM (5 years ago)
Author:
Bruno Cornec
Message:

fix dhcpd.c compilation for SLES15 where linux/packet.h is the include needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/3.2.2/mindi-busybox/networking/udhcp/dhcpc.c

    r3306 r3715  
    2727
    2828#include <asm/types.h>
    29 #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(_NEWLIB_VERSION)
     29#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1 && __GLIBC_MINOR__ < 2) || defined(_NEWLIB_VERSION)
    3030# include <netpacket/packet.h>
    3131# include <net/ethernet.h>
Note: See TracChangeset for help on using the changeset viewer.