Ignore:
Timestamp:
Dec 21, 2016, 2:52:24 AM (7 years ago)
Author:
Bruno Cornec
Message:

Adds fixes for rhel4 to busybox 1.25

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/util-linux/uevent.c

    r3621 r3626  
    2727#include "libbb.h"
    2828#include "common_bufsiz.h"
     29// BCO for RHEL4
     30#include <linux/types.h>
     31#ifndef NETLINK_KOBJECT_UEVENT
     32#define NETLINK_KOBJECT_UEVENT     15      /* Kernel messages to userspace */
     33#endif
     34// BCO
    2935#include <linux/netlink.h>
    3036
Note: See TracChangeset for help on using the changeset viewer.