summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/c-stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/c-stat.h')
-rw-r--r--Build/source/texk/kpathsea/c-stat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/texk/kpathsea/c-stat.h b/Build/source/texk/kpathsea/c-stat.h
index 8d7210b3cf5..d222fd8de01 100644
--- a/Build/source/texk/kpathsea/c-stat.h
+++ b/Build/source/texk/kpathsea/c-stat.h
@@ -1,6 +1,6 @@
/* c-stat.h: declarations for using stat(2).
- Copyright 1993, 1996, 2008 Karl Berry.
+ Copyright 1993, 1996, 2008, 2010 Karl Berry.
Copyright 1998, 2000, 2005 Olaf Weber.
This library is free software; you can redistribute it and/or
@@ -22,10 +22,6 @@
#include <kpathsea/systypes.h>
#include <sys/stat.h>
-#if defined (WIN32) && !defined (__MINGW32__)
-#include <oldnames.h>
-#endif
-
/* POSIX predicates for testing file attributes. */
#if !defined (S_ISBLK) && defined (S_IFBLK)