cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/lib/canonicalize.c


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/canonicalize.c
Date: Mon, 03 Oct 2005 22:35:01 -0400

Index: ccvs/lib/canonicalize.c
diff -u ccvs/lib/canonicalize.c:1.2 ccvs/lib/canonicalize.c:1.3
--- ccvs/lib/canonicalize.c:1.2 Fri Jun 10 20:30:20 2005
+++ ccvs/lib/canonicalize.c     Tue Oct  4 02:34:53 2005
@@ -22,17 +22,8 @@
 
 #include "canonicalize.h"
 
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-#else
-void free ();
-#endif
-
-#if defined STDC_HEADERS || defined HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
+#include <stdlib.h>
+#include <string.h>
 
 #if HAVE_SYS_PARAM_H
 # include <sys/param.h>
@@ -40,9 +31,7 @@
 
 #include <sys/stat.h>
 
-#if HAVE_UNISTD_H
-# include <unistd.h>
-#endif
+#include <unistd.h>
 
 #include <errno.h>
 #include <stddef.h>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]