cvlist_invalid.c   cvlist_invalid.c 
/* Requesting the number of fields from an invalid dirfile should fail clea nly */ /* Requesting the number of fields from an invalid dirfile should fail clea nly */
#include "test.h" #include "test.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 <unistd.h>
int main(void) int main(void)
{ {
const char* filedir = __TEST__ "dirfile"; const char* filedir = __TEST__ "dirfile";
int r = 0; int r = 0;
DIRFILE* D = gd_open(filedir, GD_RDONLY); DIRFILE* D = gd_open(filedir, GD_RDONLY);
const void* fl = gd_constants(D, GD_UINT8); const void* fl = gd_constants(D, GD_UINT8);
int error = gd_error(D); int error = gd_error(D);
gd_close(D); gd_close(D);
 End of changes. 1 change blocks. 
1 lines changed or deleted 0 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/