Changeset 796
- Timestamp:
- 05/10/06 11:56:21 (7 years ago)
- Location:
- trunk/lib
- Files:
-
- 3 edited
-
format_erf.c (modified) (1 diff)
-
libtrace.h.in (modified) (1 diff)
-
libtraceio.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_erf.c
r784 r796 55 55 #else 56 56 # include <netdb.h> 57 # ifndef PATH_MAX 58 # define PATH_MAX 4096 59 # endif 57 60 #endif 58 61 -
trunk/lib/libtrace.h.in
r795 r796 99 99 #else 100 100 # include <netinet/in.h> 101 102 #ifndef __cplusplus 101 103 # include <stdbool.h> 104 #endif 105 102 106 # include <sys/types.h> 103 107 # include <sys/socket.h> -
trunk/lib/libtraceio.h
r732 r796 10 10 #include <stdio.h> 11 11 #endif 12 13 #include <unistd.h> 12 14 13 15 typedef struct libtrace_io_t libtrace_io_t;
Note: See TracChangeset
for help on using the changeset viewer.
