-/* $NetBSD: teach.c,v 1.12 2001/02/05 00:23:59 christos Exp $ */
+/* $NetBSD: teach.c,v 1.13 2001/04/06 11:13:52 wiz Exp $ */
/*
* Copyright (c) 1980, 1993
#if 0
static char sccsid[] = "@(#)teach.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: teach.c,v 1.12 2001/02/05 00:23:59 christos Exp $");
+__RCSID("$NetBSD: teach.c,v 1.13 2001/04/06 11:13:52 wiz Exp $");
#endif
#endif /* not lint */
fixtty(&old);
execl(EXEC, "backgammon", "-n", args[0]?args:0, 0);
writel("Help! Backgammon program is missing\007!!\n");
- exit(-1);
+ exit(1);
}