summaryrefslogtreecommitdiff
path: root/gdb/gdb_dirent.h
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2009-04-24 22:10:01 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2009-04-24 22:10:01 +0000
commit2cd3374d2a69e60b7631f0f418a73a388ee1413d (patch)
treea15ba8599f4d449e0ff34bb5bf33671ada2b029d /gdb/gdb_dirent.h
parentd1bc75f8ad659c2f3452aa8e378542bc0d2dc664 (diff)
downloadgdb-2cd3374d2a69e60b7631f0f418a73a388ee1413d.tar.gz
ARI change: Use "/* ARI: rule */" pattern.
* utils.c: Update ARI patterns. * gdb_dirent.h: Likewise.
Diffstat (limited to 'gdb/gdb_dirent.h')
-rw-r--r--gdb/gdb_dirent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdb_dirent.h b/gdb/gdb_dirent.h
index 020c61ad198..bd1808f6497 100644
--- a/gdb/gdb_dirent.h
+++ b/gdb/gdb_dirent.h
@@ -21,11 +21,11 @@
/* See description of `AC_HEADER_DIRENT' in the Autoconf manual. */
#ifdef HAVE_DIRENT_H
-# include <dirent.h> /* OK: dirent.h */
-# define NAMELEN(dirent) strlen ((dirent)->d_name) /* OK: strlen d_name */
+# include <dirent.h> /* ARI: dirent.h */
+# define NAMELEN(dirent) strlen ((dirent)->d_name) /* ARI: strlen d_name */
#else
# define dirent direct
-# define NAMELEN(dirent) (dirent)->d_namelen /* OK: d_namelen */
+# define NAMELEN(dirent) (dirent)->d_namelen /* ARI: d_namelen */
# ifdef HAVE_SYS_NDIR_H
# include <sys/ndir.h>
# endif