From: David Levine Date: Fri, 13 Dec 2013 00:27:17 +0000 (-0600) Subject: Squelch warning from cc on OpenBSD that fd argument of usr_pipe() in X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/95a44a8aed37f5f8146b3fdced5718aa5e72f4ec?ds=inline;hp=95a44a8aed37f5f8146b3fdced5718aa5e72f4ec Squelch warning from cc on OpenBSD that fd argument of usr_pipe() in slocal.c might get clobbered by vfork() by copying it to a volatile local. ---