Ignore:
Timestamp:
Jun 17, 2005, 6:32:39 AM (21 years ago)
Author:
bird
Message:

Porting to 64-bit FreeBSD...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/test-skeleton.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r2043 r2044  
    2121#include <errno.h>
    2222#include <getopt.h>
    23 #include <malloc.h>
     23/*#include <malloc.h> - been replaced by <stdlib.h> ages ago */
    2424#include <search.h>
    2525#include <signal.h>
     
    3232#include <sys/param.h>
    3333#include <time.h>
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
    3453
    3554/* The test function is normally called `do_test' and it is called
Note: See TracChangeset for help on using the changeset viewer.