aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff/src/libs/libgroff/maxfilename.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/libs/libgroff/maxfilename.cpp')
-rw-r--r--contrib/groff/src/libs/libgroff/maxfilename.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/groff/src/libs/libgroff/maxfilename.cpp b/contrib/groff/src/libs/libgroff/maxfilename.cpp
index 25f554991ca7..9215cd921b51 100644
--- a/contrib/groff/src/libs/libgroff/maxfilename.cpp
+++ b/contrib/groff/src/libs/libgroff/maxfilename.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1992, 2001, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 2001, 2003, 2005 Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
@@ -16,7 +16,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
/* file_name_max(dir) does the same as pathconf(dir, _PC_NAME_MAX) */
@@ -37,10 +37,6 @@ size_t file_name_max(const char *fname)
#else /* not _POSIX_VERSION */
-#ifdef HAVE_CC_LIMITS_H
-#include <limits.h>
-#endif /* HAVE_CC_LIMITS_H */
-
#ifdef HAVE_DIRENT_H
#include <dirent.h>
#else /* not HAVE_DIRENT_H */