aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcsh/tc.sched.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-11-30 21:05:33 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-11-30 21:05:33 +0000
commit3b6eaa7b1ef31985836f61a8d833b90490c337b5 (patch)
treea212ee10b5214f5c4302ff44d44c2542d83cf7b6 /contrib/tcsh/tc.sched.c
parentb3a5f6c29dfc2c09b67dab73ff97cb6b5fcb425b (diff)
downloadsrc-3b6eaa7b1ef31985836f61a8d833b90490c337b5.tar.gz
src-3b6eaa7b1ef31985836f61a8d833b90490c337b5.zip
Initial import of slightly trimmed tcsh 6.10
Notes
Notes: svn path=/vendor/tcsh/dist/; revision=69408
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 787a20671701..577bc601da68 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++;