Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (18 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/util-linux/setarch.c

    r821 r1765  
    88*/
    99
    10 #include <stdlib.h>
    11 #include <unistd.h>
    12 #include <string.h>
    13 #include <errno.h>
    14 #include <stdio.h>
    1510#include <sys/personality.h>
    1611
    17 #include "busybox.h"
     12#include "libbb.h"
    1813
     14int setarch_main(int ATTRIBUTE_UNUSED argc, char **argv);
    1915int setarch_main(int ATTRIBUTE_UNUSED argc, char **argv)
    2016{
     
    4642
    4743        /* Try to execute the program */
    48         execvp(argv[0], argv);
     44        BB_EXECVP(argv[0], argv);
    4945    }
    5046
Note: See TracChangeset for help on using the changeset viewer.