[Pkg-shadow-commits] r1635 - in upstream/trunk: . libmisc

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Jan 5 13:32:32 UTC 2008


Author: nekral-guest
Date: 2008-01-05 13:32:32 +0000 (Sat, 05 Jan 2008)
New Revision: 1635

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/libmisc/xgetXXbyYY.c
   upstream/trunk/libmisc/yesno.c
Log:
Include config.h as a system include, as recommended by the autoconf documentation.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-05 13:29:24 UTC (rev 1634)
+++ upstream/trunk/ChangeLog	2008-01-05 13:32:32 UTC (rev 1635)
@@ -10,6 +10,8 @@
 	the ones used for the definition of functions.
 	* libmisc/console.c: Define is_listed() as static and add its
 	prototype.
+	* libmisc/xgetXXbyYY.c, libmisc/yesno.c: Include config.h as a
+	system include, as recommended by the autoconf documentation.
 
 2008-01-01  Nicolas François  <nicolas.francois at centraliens.net>
 

Modified: upstream/trunk/libmisc/xgetXXbyYY.c
===================================================================
--- upstream/trunk/libmisc/xgetXXbyYY.c	2008-01-05 13:29:24 UTC (rev 1634)
+++ upstream/trunk/libmisc/xgetXXbyYY.c	2008-01-05 13:32:32 UTC (rev 1635)
@@ -23,7 +23,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include "config.h"
+#include <config.h>
 #include "prototypes.h"
 
 #define XFUNCTION_NAME XPREFIX (FUNCTION_NAME)

Modified: upstream/trunk/libmisc/yesno.c
===================================================================
--- upstream/trunk/libmisc/yesno.c	2008-01-05 13:29:24 UTC (rev 1634)
+++ upstream/trunk/libmisc/yesno.c	2008-01-05 13:32:32 UTC (rev 1635)
@@ -33,7 +33,7 @@
  * Used by pwck.c and grpck.c
  */
 
-#include "config.h"
+#include <config.h>
 
 #ident "$Id$"
 




More information about the Pkg-shadow-commits mailing list