Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (16 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/coreutils/realpath.c

    r821 r1765  
    66 *
    77 * Now does proper error checking on output and returns a failure exit code
    8  * if one or more paths can not be resolved.
     8 * if one or more paths cannot be resolved.
    99 *
    1010 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
    1111 */
    1212
    13 #include <limits.h>
    14 #include <stdlib.h>
    15 #include "busybox.h"
     13#include "libbb.h"
    1614
     15int realpath_main(int argc, char **argv);
    1716int realpath_main(int argc, char **argv)
    1817{
     
    4544#endif
    4645
    47     bb_fflush_stdout_and_exit(retval);
     46    fflush_stdout_and_exit(retval);
    4847}
Note: See TracChangeset for help on using the changeset viewer.