summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/tw.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-11-30 21:05:33 +0000
committerache <ache@FreeBSD.org>2000-11-30 21:05:33 +0000
commit5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068 (patch)
treea212ee10b5214f5c4302ff44d44c2542d83cf7b6 /contrib/tcsh/tw.h
parentd7d472004aa5fe13bc67f9aa639952d978d342e9 (diff)
downloadFreeBSD-src-5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068.zip
FreeBSD-src-5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068.tar.gz
Initial import of slightly trimmed tcsh 6.10
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 25b484c..80aec0b 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)
OpenPOWER on IntegriCloud