* tests/test-read-file.c: Include stdlib.h, for 'free'.
+2006-11-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * tests/test-gc.c (main): Remove unused variables.
+ * tests/test-read-file.c: Include stdlib.h, for 'free'.
+
2006-11-14 Paul Eggert <eggert@cs.ucla.edu>
* modules/inttostr (License): Change to LGPL.
/*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2006 Free Software Foundation
* Written by Simon Josefsson
*
* This program is free software; you can redistribute it and/or modify
main (int argc, char *argv[])
{
Gc_rc rc;
- char buf1[8], buf2[8];
rc = gc_init ();
if (rc != GC_OK)
#include "read-file.h"
#include <stdio.h>
+#include <stdlib.h>
#define FILE1 "/etc/resolv.conf"
#define FILE2 "/dev/null"