summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/sh.print.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-04-20 04:22:36 +0000
committerobrien <obrien@FreeBSD.org>2000-04-20 04:22:36 +0000
commitefebb8d2fa02976f24760fdc8c7444d9cbfc1ca3 (patch)
treeb621d4cee9510d59a22e8ba84f80bd04ed79bd74 /contrib/tcsh/sh.print.c
parent4ad28cefef28ce6bdb44a0532cfe20a2076bc694 (diff)
downloadFreeBSD-src-efebb8d2fa02976f24760fdc8c7444d9cbfc1ca3.zip
FreeBSD-src-efebb8d2fa02976f24760fdc8c7444d9cbfc1ca3.tar.gz
6.09.01 vendor update.
Diffstat (limited to 'contrib/tcsh/sh.print.c')
-rw-r--r--contrib/tcsh/sh.print.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/tcsh/sh.print.c b/contrib/tcsh/sh.print.c
index 047ab5d..f2b304c 100644
--- a/contrib/tcsh/sh.print.c
+++ b/contrib/tcsh/sh.print.c
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/sh.print.c,v 3.18 1999/05/11 13:07:51 christos Exp $ */
+/* $Header: /src/pub/tcsh/sh.print.c,v 3.19 2000/01/14 22:57:28 christos Exp $ */
/*
* sh.print.c: Primitive Output routines.
*/
@@ -36,7 +36,7 @@
*/
#include "sh.h"
-RCSID("$Id: sh.print.c,v 3.18 1999/05/11 13:07:51 christos Exp $")
+RCSID("$Id: sh.print.c,v 3.19 2000/01/14 22:57:28 christos Exp $")
#include "ed.h"
@@ -259,6 +259,12 @@ flush()
#ifdef EBADF
case EBADF:
#endif
+#ifdef ESTALE
+ /*
+ * Lost our file descriptor, exit (IRIS4D)
+ */
+ case ESTALE:
+#endif
/*
* Over our quota, writing the history file
*/
OpenPOWER on IntegriCloud