Hash :
64348583
        
        Author :
  
        
        Date :
2011-12-31T04:30:48
        
      
Add new expand_number() function Taken from FreeBSD. [guillem@hadrons.org: - Include <stdint.h> in <bsd/libutil.h>. ] Signed-off-by: Guillem Jover <guillem@hadrons.org>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
LIBBSD_0.0 {
  global:
    arc4random;
    arc4random_stir;
    arc4random_addrandom;
    bsd_getopt;
    optreset;
    errc;
    warnc;
    verrc;
    vwarnc;
    fgetln;
    fmtcheck;
    heapsort;
    humanize_number;
    inet_net_pton; /* XXX: Already provided by glibc, remove. */
    getprogname;
    setprogname;
    strlcpy;
    strlcat;
    setmode;
    getmode;
    vis;
    strvis;
    strvisx;
    unvis;
    strunvis;
    strunvisx;
    MD5Init;
    MD5Update;
    MD5Pad;
    MD5Final;
    MD5Transform;
    MD5End;
    MD5File;
    MD5FileChunk;
    MD5Data;
  local:
    *;
};
LIBBSD_0.1 {
    strmode;
    __fdnlist; /* Private symbol, but libkvm uses it. */
    nlist;
} LIBBSD_0.0;
LIBBSD_0.2 {
    strtonum;
    strnvis;
    strnunvis;
    dehumanize_number;
    readpassphrase;
    flopen;
    pidfile_open;
    pidfile_write;
    pidfile_close;
    pidfile_remove;
    setproctitle;
    arc4random_buf;
    arc4random_uniform;
} LIBBSD_0.1;
LIBBSD_0.3 {
    reallocf;
    getpeereid;
    mergesort;
    radixsort;
    sradixsort;
    fpurge;
} LIBBSD_0.2;
LIBBSD_0.4 {
    closefrom;
    expand_number;
} LIBBSD_0.3;