=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rpcgen/rpc_main.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- src/usr.bin/rpcgen/rpc_main.c 2015/11/11 02:52:46 1.32 +++ src/usr.bin/rpcgen/rpc_main.c 2017/01/21 08:33:07 1.33 @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_main.c,v 1.32 2015/11/11 02:52:46 deraadt Exp $ */ +/* $OpenBSD: rpc_main.c,v 1.33 2017/01/21 08:33:07 krw Exp $ */ /* $NetBSD: rpc_main.c,v 1.9 1996/02/19 11:12:43 pk Exp $ */ /* @@ -141,7 +141,7 @@ struct commandline cmd; if (pledge("stdio rpath wpath cpath proc exec", NULL) == -1) { - perror("pledge"); + perror("pledge"); exit(1); }