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/false.c

    r821 r1765  
    1111/* http://www.opengroup.org/onlinepubs/007904975/utilities/false.html */
    1212
    13 #include <stdlib.h>
    14 #include "busybox.h"
     13#include "libbb.h"
    1514
     15/* This is a NOFORK applet. Be very careful! */
     16
     17int false_main(int ATTRIBUTE_UNUSED argc, char ATTRIBUTE_UNUSED **argv);
    1618int false_main(int ATTRIBUTE_UNUSED argc, char ATTRIBUTE_UNUSED **argv)
    1719{
Note: See TracChangeset for help on using the changeset viewer.