Made possible by the logging overhaul. Tested by Freddy Dissaux.
-/* $OpenBSD: route6d.c,v 1.89 2016/08/05 11:32:28 jca Exp $ */
+/* $OpenBSD: route6d.c,v 1.90 2016/08/05 11:34:51 jca Exp $ */
/* $KAME: route6d.c,v 1.111 2006/10/25 06:38:13 jinmei Exp $ */
/*
init();
- if (pledge("stdio rpath wpath cpath inet route mcast", NULL) == -1)
+ if (pledge("stdio inet route mcast", NULL) == -1)
fatal("pledge");
ifconfig();