Changeset 679


Ignore:
Timestamp:
04/08/06 02:08:07 (7 years ago)
Author:
perry
Message:

Libtrace does not need getopt!

Location:
trunk/lib
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_erf.c

    r659 r679  
    5858#include <netdb.h> 
    5959#include <fcntl.h> 
    60 #include <getopt.h> 
    6160#include <stdio.h> 
    6261#include <string.h> 
  • trunk/lib/format_legacy.c

    r643 r679  
    5858#include <netdb.h> 
    5959#include <fcntl.h> 
    60 #include <getopt.h> 
    6160#include <stdio.h> 
    6261#include <string.h> 
  • trunk/lib/format_rt.c

    r673 r679  
    6161#include <netdb.h> 
    6262#include <fcntl.h> 
    63 #include <getopt.h> 
    6463#include <stdio.h> 
    6564#include <string.h> 
  • trunk/lib/format_wag.c

    r643 r679  
    4949#endif 
    5050#include <sys/types.h> 
    51 #include <sys/time.h> 
    5251#include <time.h> 
    5352#include <sys/socket.h> 
  • trunk/lib/realloc.c

    r295 r679  
    1010 
    1111/* If N is zero, allocate a 1-byte block */ 
    12  
    1312void * 
    1413rpl_realloc(void *ptr,size_t n) 
Note: See TracChangeset for help on using the changeset viewer.