summaryrefslogtreecommitdiff
path: root/gnu/dist/diffutils/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/dist/diffutils/src/system.h')
-rw-r--r--gnu/dist/diffutils/src/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/dist/diffutils/src/system.h b/gnu/dist/diffutils/src/system.h
index 0fa5e58b4fd..790f239fba6 100644
--- a/gnu/dist/diffutils/src/system.h
+++ b/gnu/dist/diffutils/src/system.h
@@ -1,4 +1,4 @@
-/* $NetBSD: system.h,v 1.1.1.1 2003/01/26 00:43:16 wiz Exp $ */
+/* $NetBSD: system.h,v 1.2 2006/01/14 09:18:17 apb Exp $ */
/* System dependent declarations.
@@ -349,7 +349,7 @@ verify (lin_is_printable_as_long, sizeof (lin) <= sizeof (long));
/* Do struct stat *S, *T describe the same special file? */
#ifndef same_special_file
-# if HAVE_ST_RDEV && defined S_ISBLK && defined S_ISCHR
+# if HAVE_STRUCT_STAT_ST_RDEV && defined S_ISBLK && defined S_ISCHR
# define same_special_file(s, t) \
(((S_ISBLK ((s)->st_mode) && S_ISBLK ((t)->st_mode)) \
|| (S_ISCHR ((s)->st_mode) && S_ISCHR ((t)->st_mode))) \