From owner-svn-src-all@freebsd.org Sat Aug 4 22:15:27 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0553110552CB for ; Sat, 4 Aug 2018 22:15:27 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FA7D8B3D7 for ; Sat, 4 Aug 2018 22:15:26 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x22f.google.com with SMTP id d9-v6so12890269itf.2 for ; Sat, 04 Aug 2018 15:15:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Gxn9DkRUSUxjHGee8Lmy02DVUthWt7clCtAJ1NjxI2c=; b=MO85EY4owT6gcoW81tZqzh7rl5Jr5DrklFSE52c9sNq1tj3WwWRZoXUj1ATpG2fnv9 P8rGtn9Ovec2123Zr2z8I/iHv4el0JoG4DZqVZ+qxPLcYYhqNyP4Nma5FHw36mEVZgYE wMlkMW3CcbUxsqSOh2d/PIl8Z/4pJSeZ2oqzAMTWrBf/RuLgJHVWEKpDHea92S/bY/Ei Bn1Pbb+bDDUxF8Wmi97LKZZbQcsBKv2sTg84Zrexn3EG7K6pIJIbcrgJjUBvNn8BAF5S 4I9arVBD3g8YxaQ+nywV/jQYALH3f0dK0L4jPX+VAZBPhGTmRbq7ZMqbSEK4qF1LsCNM MlWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Gxn9DkRUSUxjHGee8Lmy02DVUthWt7clCtAJ1NjxI2c=; b=uf5asmI2YjppJXFJNLq+Q0PfNgXs7keJseYLlTYveHm7Zzp8ahmi4noK5Cgs8L/+bv 8FYhbw/4AszfJz4hNWSwkUJdNFjKsxrAbwmC5upngf+VCzFP28b70ROSUbgxS6dxc0wA YTKI1KlyoRm5xBHeNXXtB4K8OmmWHXVyUcGOr6trCQ4Ssf6TW4pJYL1p997BOz/klW/l a8JtRJQJ9XnopLb/PCijB4d6YHBMd3UsYMM6dhDPa53aqGLnRAKvhyPI0lOXGz3ZuObS KW8taeD1/FtdBXzsAxaWIq7oTpCKPQvtA41zhm26s/MiE7xXZyzNoQLQpqNrtkeQwwrN wd5Q== X-Gm-Message-State: AOUpUlF68P0XpV67uWR+zzCEhp/3o2GilrtN14gKcskodEn8A7pnP1JU eJ/QUt43ifVbazmkOYEltVeqcmcsuYln6dnl43720A== X-Google-Smtp-Source: AAOMgpesmK282f8CFOjnF223hZpJRz0xj5ha4LSADX4/YB6lSVY8LjWDz5c6RYndWNYTyJh3YRraYBnmv7pn26gry+s= X-Received: by 2002:a24:b211:: with SMTP id u17-v6mr10519685ite.1.1533420925941; Sat, 04 Aug 2018 15:15:25 -0700 (PDT) MIME-Version: 1.0 References: <201808042208.w74M8OmD057603@repo.freebsd.org> In-Reply-To: <201808042208.w74M8OmD057603@repo.freebsd.org> From: Warner Losh Date: Sat, 4 Aug 2018 23:15:13 +0100 Message-ID: Subject: Re: svn commit: r337334 - head/lib/libc/sys To: "Conrad E. Meyer" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2018 22:15:27 -0000 How is this stale? It said it unused, and now it doesn't say this are is completely ignored. Warner On Sat, Aug 4, 2018, 11:08 PM Conrad Meyer wrote: > Author: cem > Date: Sat Aug 4 22:08:24 2018 > New Revision: 337334 > URL: https://svnweb.freebsd.org/changeset/base/337334 > > Log: > settimeofday(2): Remove stale note about timezone > > Contrary to the removed comment, the kernel does appear to use the > timezone > argument of settimeofday. The comment dates to the BSD4.4 import; I > assume it > is just stale. > > Modified: > head/lib/libc/sys/gettimeofday.2 > > Modified: head/lib/libc/sys/gettimeofday.2 > > ============================================================================== > --- head/lib/libc/sys/gettimeofday.2 Sat Aug 4 21:57:17 2018 > (r337333) > +++ head/lib/libc/sys/gettimeofday.2 Sat Aug 4 22:08:24 2018 > (r337334) > @@ -28,7 +28,7 @@ > .\" @(#)gettimeofday.2 8.2 (Berkeley) 5/26/95 > .\" $FreeBSD$ > .\" > -.Dd December 27, 2015 > +.Dd August 4, 2018 > .Dt GETTIMEOFDAY 2 > .Os > .Sh NAME > @@ -44,11 +44,6 @@ > .Ft int > .Fn settimeofday "const struct timeval *tp" "const struct timezone *tzp" > .Sh DESCRIPTION > -.Bf -symbolic > -Note: timezone is no longer used; this information is kept outside > -the kernel. > -.Ef > -.Pp > The system's notion of the current Greenwich time and the current time > zone is obtained with the > .Fn gettimeofday > >