=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/main.c,v retrieving revision 1.117 retrieving revision 1.118 diff -c -r1.117 -r1.118 *** src/usr.bin/make/main.c 2015/11/29 09:17:12 1.117 --- src/usr.bin/make/main.c 2015/12/29 19:04:46 1.118 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.117 2015/11/29 09:17:12 espie Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.118 2015/12/29 19:04:46 gsoares Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* *************** *** 191,197 **** #define OPTLETTERS "BSiknpqrst" if (pledge("stdio rpath wpath cpath proc exec", NULL) == -1) ! err(1, "pledge"); optind = 1; /* since we're called more than once */ optreset = 1; --- 191,197 ---- #define OPTLETTERS "BSiknpqrst" if (pledge("stdio rpath wpath cpath proc exec", NULL) == -1) ! err(2, "pledge"); optind = 1; /* since we're called more than once */ optreset = 1;