From owner-svn-src-user@freebsd.org Sun Feb 7 05:16:27 2016 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD404AA0E3A for ; Sun, 7 Feb 2016 05:16:27 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0AEC17DD; Sun, 7 Feb 2016 05:16:27 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pa0-x230.google.com with SMTP id ho8so56185412pac.2; Sat, 06 Feb 2016 21:16:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=+F8m6WDG68wxI9amrGh+qoPx8AenF/qFUUZPk9JhuFE=; b=Dm5RBxu5oxTynSAHir4aFwD6ZIUNvDd2gmDZVDDtEVDp9dFEl1WA26MzKfbgGwx2iz sikRiVXs2kRn6bmRAUYMJ7vKyQns8T7nkL84YKCZ2Q1AJW9lDEPTAAHJ0GFdEHyJnp0I V9QMxfLqLkNhwaRIxCZA0sbAiNYThgAbnhSIi6nzMF4NdP1LF/smO2Awc2XGFVwLfsSb 8w+GLTm70HxEydkCkkwpnP+NkyXYUZqLIAX4Pw0aqu/n8pU9XAYbmeUEkJf/yxOyeDSf wvnDqY3q50N2iEtqWpxCmEZz+1i6j67pSPV20X6zk1zfA8a/KgKQjikY8zrIaInZOZyB /CqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=+F8m6WDG68wxI9amrGh+qoPx8AenF/qFUUZPk9JhuFE=; b=DvWMlBVBWv9flihYwXqaU8Wx6XEUPE+pdTkEPz9UEHwrENQgvTftdqXlYHfhFe6fml yavFp+gIA3Yq8ilBLoVNppSu+0RSPmUzzm6eLbyF0j0bHqOOecLadu+4SoUYhRdcmkyi GybdjEGIwLKAmMQb8LRmOxXR+a1e34MDqP1ZYaRsLMKyzjUM2MhJtay8mM3NP0fHhalq MgFbHGbbMU8nV6SkisrimgSdKn1EyHU3+XAsllorn8eyelajGOQ2bNst4KJiIAWQvG+V JMZWgNV3rVYkE7TfBBa1cuQT1tZONPAdxd82in8FJUsK0T1YqfpfQsslIsxgjmrtYIcf +VkA== X-Gm-Message-State: AG10YOS9GMMD+/mFG3XXUk8okiYsxBCIf2hTwIi368QWFuRgVBRznP0jYhkKEmCMtD7lFg== X-Received: by 10.66.230.201 with SMTP id ta9mr32648893pac.52.1454822187318; Sat, 06 Feb 2016 21:16:27 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id t12sm34417975pfa.54.2016.02.06.21.16.25 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 06 Feb 2016 21:16:25 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r295365 - user/ngie/bsnmp_cleanup/contrib/bsnmp/lib From: NGie Cooper In-Reply-To: <201602070515.u175Fp6B026388@repo.freebsd.org> Date: Sat, 6 Feb 2016 21:16:30 -0800 Cc: src-committers@freebsd.org, svn-src-user@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <20277C6C-351D-4254-BF29-BE71E42C8BF0@gmail.com> References: <201602070515.u175Fp6B026388@repo.freebsd.org> To: Garrett Cooper X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 05:16:27 -0000 > On Feb 6, 2016, at 21:15, Garrett Cooper wrote: >=20 > Author: ngie > Date: Sun Feb 7 05:15:51 2016 > New Revision: 295365 > URL: https://svnweb.freebsd.org/changeset/base/295365 >=20 > Log: > Revert r295247 >=20 > Changing mktemp to mkstemp breaks the bind call because mkstemp > creates the file. Functionally, there is no difference in mktemp > vs mkstemp + unlink, except the additional overhead, so revert > the commit Forgot to add =E2=80=9CReported by: jilles=E2=80=9D.=