careadlinkat: Use common coding style.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Apr 2011 18:57:21 +0000 (20:57 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Apr 2011 18:57:21 +0000 (20:57 +0200)
* lib/careadlinkat.c: Move gnulib includes after system includes.

ChangeLog
lib/careadlinkat.c

index 589f7ee0a8878a298921ec39087b7f466de8fa0d..493144a7c7c6634f6d59d650d6e4131f35da7aa8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-09  Bruno Haible  <bruno@clisp.org>
+
+       careadlinkat: Use common coding style.
+       * lib/careadlinkat.c: Move gnulib includes after system includes.
+
 2011-04-09  Bruno Haible  <bruno@clisp.org>
 
        careadlinkat: Clarify specification.
index 01883db9ce5f4084858b63b2f6c56bfa5200a986..95611f876c454fd4fb9dc81036394ecb0b826321 100644 (file)
@@ -22,8 +22,6 @@
 
 #include "careadlinkat.h"
 
-#include "allocator.h"
-
 #include <errno.h>
 #include <limits.h>
 #include <string.h>
@@ -38,6 +36,8 @@
 # define SSIZE_MAX ((ssize_t) (SIZE_MAX / 2))
 #endif
 
+#include "allocator.h"
+
 #if ! HAVE_READLINKAT
 /* Ignore FD.  Get the symbolic link value of FILENAME and put it into
    BUFFER, with size BUFFER_SIZE.  This function acts like readlink