=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/job.c,v retrieving revision 1.58 retrieving revision 1.59 diff -c -r1.58 -r1.59 *** src/usr.bin/make/job.c 2004/11/29 06:20:03 1.58 --- src/usr.bin/make/job.c 2005/04/13 02:33:08 1.59 *************** *** 1,5 **** /* $OpenPackages$ */ ! /* $OpenBSD: job.c,v 1.58 2004/11/29 06:20:03 jsg Exp $ */ /* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */ /* --- 1,5 ---- /* $OpenPackages$ */ ! /* $OpenBSD: job.c,v 1.59 2005/04/13 02:33:08 deraadt Exp $ */ /* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */ /* *************** *** 1336,1342 **** (void)execv(shellPath, argv); ! (void)write(2, "Could not execute shell\n", sizeof("Could not execute shell")); _exit(1); } else { --- 1336,1342 ---- (void)execv(shellPath, argv); ! (void)write(STDERR_FILENO, "Could not execute shell\n", sizeof("Could not execute shell")); _exit(1); } else {