From 80753368c1603ac969dd853f1bd61e7d6226052d Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Thu, 16 Feb 2006 03:53:13 +0000
Subject: fix const position typo as pointed out by ia64/gcc

---
 test/misc/dirent.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/misc')

diff --git a/test/misc/dirent.c b/test/misc/dirent.c
index c348c0db3..491e3cf75 100644
--- a/test/misc/dirent.c
+++ b/test/misc/dirent.c
@@ -6,7 +6,7 @@
 #include <dirent.h>
 
 #define _DTIFY(DT) [DT] #DT
-const char const *types[] = {
+const char * const types[] = {
 	_DTIFY(DT_UNKNOWN),
 	_DTIFY(DT_FIFO),
 	_DTIFY(DT_CHR),
-- 
cgit v1.2.3