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/libcoreutils/cp_mv_stat.c

    r821 r1765  
    2121 */
    2222
    23 #include <errno.h>
    24 #include <sys/stat.h>
    2523#include "libbb.h"
    2624#include "coreutils.h"
     
    3028    if (sf(fn, fn_stat) < 0) {
    3129        if (errno != ENOENT) {
    32             bb_perror_msg("unable to stat `%s'", fn);
     30            bb_perror_msg("cannot stat '%s'", fn);
    3331            return -1;
    3432        }
Note: See TracChangeset for help on using the changeset viewer.