Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (17 years ago)
Author:
Bruno Cornec
Message:

Update to busybox 1.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi-busybox/networking/libiproute/rtm_map.h

    r821 r1765  
     1/* vi: set sw=4 ts=4: */
    12#ifndef __RTM_MAP_H__
    23#define __RTM_MAP_H__ 1
    34
    4 char *rtnl_rtntype_n2a(int id, char *buf, int len);
     5const char *rtnl_rtntype_n2a(int id, char *buf, int len);
    56int rtnl_rtntype_a2n(int *id, char *arg);
    67
    7 int get_rt_realms(__u32 *realms, char *arg);
     8int get_rt_realms(uint32_t *realms, char *arg);
    89
    910
Note: See TracChangeset for help on using the changeset viewer.