summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/tc.sched.c
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/tc.sched.c
parentd7d472004aa5fe13bc67f9aa639952d978d342e9 (diff)
downloadFreeBSD-src-5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068.zip
FreeBSD-src-5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068.tar.gz
Initial import of slightly trimmed tcsh 6.10
Diffstat (limited to 'contrib/tcsh/tc.sched.c')
-rw-r--r--contrib/tcsh/tc.sched.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tcsh/tc.sched.c b/contrib/tcsh/tc.sched.c
index 787a206..577bc60 100644
--- a/contrib/tcsh/tc.sched.c
+++ b/contrib/tcsh/tc.sched.c
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/tc.sched.c,v 3.16 1998/10/25 15:10:40 christos Exp $ */
+/* $Header: /src/pub/tcsh/tc.sched.c,v 3.17 2000/07/04 19:46:23 christos Exp $ */
/*
* tc.sched.c: Scheduled command execution
*
@@ -38,7 +38,7 @@
*/
#include "sh.h"
-RCSID("$Id: tc.sched.c,v 3.16 1998/10/25 15:10:40 christos Exp $")
+RCSID("$Id: tc.sched.c,v 3.17 2000/07/04 19:46:23 christos Exp $")
#include "ed.h"
#include "tc.h"
@@ -77,11 +77,11 @@ dosched(v, c)
USE(c);
/* This is a major kludge because of a gcc linker */
/* Problem. It may or may not be needed for you */
-#ifdef _MINIX
+#if defined(_MINIX) && !defined(_MINIX_VMD)
char kludge[10];
extern char *sprintf();
sprintf(kludge, CGETS(24, 1, "kludge"));
-#endif /* _MINIX */
+#endif /* _MINIX && !_MINIX_VMD */
v++;
cp = *v++;
OpenPOWER on IntegriCloud