Arrange for "make syntax-check" to pass.

* .x-sc_avoid_if_before_free: Exempt ChangeLog.
* tests/statstest.c: Include <config.h>, not "config.h".
This commit is contained in:
Jim Meyering 2008-01-30 06:55:56 +00:00
parent 21416a4746
commit 51dd1d9e38
3 changed files with 8 additions and 1 deletions

View File

@ -2,3 +2,4 @@
^gnulib/lib/printf-parse\.c$
^gnulib/lib/vasnprintf\.c$
^build-aux/find-unnecessary-if-before-free$
^ChangeLog$

View File

@ -1,3 +1,9 @@
Wed Jan 30 07:54:25 CET 2008 Jim Meyering <meyering@redhat.com>
Arrange for "make syntax-check" to pass.
* .x-sc_avoid_if_before_free: Exempt ChangeLog.
* tests/statstest.c: Include <config.h>, not "config.h".
Tue Jan 29 13:33:25 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/stats_linux.c, src/stats_linux.h: Fix conversion of device

View File

@ -1,4 +1,4 @@
#include "config.h"
#include <config.h>
#include <stdio.h>
#include <stdlib.h>