summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nslookup/subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nslookup/subr.c')
-rw-r--r--usr.sbin/nslookup/subr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/nslookup/subr.c b/usr.sbin/nslookup/subr.c
index 94803f5..3a9d7bb 100644
--- a/usr.sbin/nslookup/subr.c
+++ b/usr.sbin/nslookup/subr.c
@@ -55,7 +55,7 @@
#ifndef lint
static char sccsid[] = "@(#)subr.c 5.24 (Berkeley) 3/2/91";
-static char rcsid[] = "$Id: subr.c,v 8.3 1995/08/21 01:27:27 vixie Exp $";
+static char rcsid[] = "$Id: subr.c,v 8.4 1995/12/03 08:31:19 vixie Exp $";
#endif /* not lint */
/*
@@ -117,7 +117,7 @@ SIG_FN
IntrHandler()
{
extern jmp_buf env;
-#if defined(BSD) && BSD >= 199006 && !defined(RISCOS_BSD)
+#if defined(BSD) && BSD >= 199006 && !defined(RISCOS_BSD) && !defined(__osf__)
extern FILE *yyin; /* scanner input file */
extern void yyrestart(); /* routine to restart scanner after interrupt */
#endif
@@ -129,7 +129,7 @@ IntrHandler()
filePtr = NULL;
}
printf("\n");
-#if defined(BSD) && BSD >= 199006 && !defined(RISCOS_BSD)
+#if defined(BSD) && BSD >= 199006 && !defined(RISCOS_BSD) && !defined(__osf__)
yyrestart(yyin);
#endif
longjmp(env, 1);
OpenPOWER on IntegriCloud