aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcsh/tw.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcsh/tw.h')
-rw-r--r--contrib/tcsh/tw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcsh/tw.h b/contrib/tcsh/tw.h
index 25b484c36e0a..80aec0bd8ac8 100644
--- a/contrib/tcsh/tw.h
+++ b/contrib/tcsh/tw.h
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/tw.h,v 3.20 1997/10/02 16:36:35 christos Exp $ */
+/* $Header: /src/pub/tcsh/tw.h,v 3.21 2000/07/04 19:45:02 christos Exp $ */
/*
* tw.h: TwENEX functions headers
*/
@@ -77,7 +77,7 @@
#endif
#define ON 1
#define OFF 0
-#define FILSIZ 512 /* Max reasonable file name length */
+#define FILSIZ BUFSIZE /* Max reasonable file name length */
#define ESC CTL_ESC('\033')
#define equal(a, b) (strcmp(a, b) == 0)