gzip_get_get.c   gzip_get_get.c 
skipping to change at line 13 skipping to change at line 13
#include "test.h" #include "test.h"
#include <inttypes.h> #include <inttypes.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
#include <unistd.h>
int main(void) int main(void)
{ {
#ifndef USE_GZIP #if !defined USE_GZIP || !defined TEST_GZIP
return 77; /* skip test */ return 77; /* skip test */
#else #else
const char* filedir = __TEST__ "dirfile"; const char* filedir = __TEST__ "dirfile";
const char* format = __TEST__ "dirfile/format"; const char* format = __TEST__ "dirfile/format";
const char* data = __TEST__ "dirfile/data"; const char* data = __TEST__ "dirfile/data";
const char* gzipdata = __TEST__ "dirfile/data.gz"; const char* gzipdata = __TEST__ "dirfile/data.gz";
const char* format_data = "data RAW UINT16 8\n"; const char* format_data = "data RAW UINT16 8\n";
uint16_t c1[8], c2[8]; uint16_t c1[8], c2[8];
char command[4096]; char command[4096];
uint16_t data_data[256]; uint16_t data_data[256];
 End of changes. 2 change blocks. 
2 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/