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/debianutils/pipe_progress.c

    r821 r1765  
    88 */
    99
    10 #include "busybox.h"
    11 #include <stdio.h>
    12 #include <stdlib.h>
    13 #include <unistd.h>
    14 #include <time.h>
     10#include "libbb.h"
    1511
    1612#define PIPE_PROGRESS_SIZE 4096
     
    1915 * Activity is indicated by a '.' to stderr
    2016 */
     17int pipe_progress_main(int argc, char **argv);
    2118int pipe_progress_main(int argc, char **argv)
    2219{
Note: See TracChangeset for help on using the changeset viewer.