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/libbb/error_msg.c

    r821 r1765  
    88 */
    99
    10 #include <stdio.h>
    11 #include <errno.h>
    12 #include <string.h>
    13 #include <stdlib.h>
    1410#include "libbb.h"
    1511
     
    1915
    2016    va_start(p, s);
    21     bb_verror_msg(s, p);
     17    bb_verror_msg(s, p, NULL);
    2218    va_end(p);
    23     putc('\n', stderr);
    2419}
Note: See TracChangeset for help on using the changeset viewer.