From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: network-interface-names-* Date: Wed, 11 Jan 2017 08:56:07 +0100 Message-ID: <20170111075607.GA5083@jocasta.intra> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRDle-0000As-09 for guix-devel@gnu.org; Wed, 11 Jan 2017 02:56:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRDla-00049v-LH for guix-devel@gnu.org; Wed, 11 Jan 2017 02:56:22 -0500 Received: from de.cellform.com ([88.217.224.109]:55710 helo=jocasta.intra) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRDla-00042V-Cw for guix-devel@gnu.org; Wed, 11 Jan 2017 02:56:18 -0500 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id v0B7u8Nj005131 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 11 Jan 2017 08:56:08 +0100 Received: (from john@localhost) by jocasta.intra (8.14.4/8.14.4/Submit) id v0B7u7Ro005130 for guix-devel@gnu.org; Wed, 11 Jan 2017 08:56:07 +0100 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The procedures exported from guix/build/syscalls :=20 network-interface-names network-interface-flags set-network-interface-flags network-interface-netmask =2E. and possibily a few others all take an argument called "sock" or "sock= et". In the case of network-interface-names this parameter is #:optional and=20 defaults to (socket SOCK_STREAM AF_INET 0) In all of the other procedures this argument is not optional, but so far as I can tell, all callers pass the above expression as its value, and=20 if I understand the API correctly, it's unlikely that anything else will ever be required. Will you accept a patch making "sock" #:optional for all parameters which need it? --=20 Avoid eavesdropping. Send strong encrypted email. PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --5vNYLRcllDrimb99 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlh15RcACgkQimdxnC3oJ7NlEQCfYOXTXbEv7bsGflY462jLhRYA 3GYAn22+IVLw4iPWmrBSoF9S7orx2LXQ =sZH5 -----END PGP SIGNATURE----- --5vNYLRcllDrimb99--