From owner-svn-src-all@freebsd.org Sat Jul 30 06:34:22 2016 Return-Path: Delivered-To: svn-src-all@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 E6EECBA9439; Sat, 30 Jul 2016 06:34:22 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-yw0-x231.google.com (mail-yw0-x231.google.com [IPv6:2607:f8b0:4002:c05::231]) (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 A9613122B; Sat, 30 Jul 2016 06:34:22 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by mail-yw0-x231.google.com with SMTP id r9so133138577ywg.0; Fri, 29 Jul 2016 23:34:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=QhlVvziuw1x3zwpWrqaZvQyJp2LKrBYj9JYn6MSajsk=; b=YBBWQ4pXLJ5RktDSqspx5TO2YXMyCYDRI4XzyBktnOcPl4QwNwGMuG/UIoqNyJcif3 nEpambk3otEJzzaDlv/ZnAeREJqSAHRYx9IxUjlHw9m4O+4+iAwT6xnLUx6Fo65lr7Aq Siu99lD1YAAMQG3TwXwecIldiv2CRzfDlAkWH8DJC1I73/ZJfsybpOqCd+r8Q52hBwbM sNZ7ee1BsJRTYwkLKqIe6kwUGH2Az40lt1IOWWZSFv+gDeSQkcCQAiLiuB8vH1iWHgsj pBmWMU77vcUnh6bgtgfe7LKSHCF5FrHshP/3U7qP6Wk68R30uHOtb9kKCma708K92T3c R/Ag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=QhlVvziuw1x3zwpWrqaZvQyJp2LKrBYj9JYn6MSajsk=; b=de8dp1Y89pumCBqL4bTzSq5eSg6/tskYoMz7AMu+DxHt3yOf66ZKxTp6qdeTUaGpfC U5EYbHdN1HTSil4SIZNSRIMifpGCGqEHDJIqbH0bxFaWwROrWv0arzHvkEQkM0oybEqk TvXikvOGhGZc6EjjfkaFmZuWEa9luEiReN36449kkigXipfUTTkBvLS7/wyxoDKJVXKX 5eBHEB5cLWumvul+Julii6djCD6iPFF3surWT4UtD/WOZnoun1u57O2xehznfV5Kn5WW CAxqo6NJT4vyqdCCYoec8yX9Fh6VUao4J7Xb3mBuke+PBPPgwAqFduzqCV0OLBPY0yzZ QiNQ== X-Gm-Message-State: AEkoouvPRuExxT2thz31Ddk4njFrZHvdEzRI2DSjOLYQiExcIXo1YOcvZBd6Ji7eQ88q4rddex4Tl3PjVkuV7Q== X-Received: by 10.129.52.68 with SMTP id b65mr11502227ywa.50.1469860461455; Fri, 29 Jul 2016 23:34:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.56.130 with HTTP; Fri, 29 Jul 2016 23:34:20 -0700 (PDT) Reply-To: araujo@freebsd.org In-Reply-To: <201607300632.u6U6WJc5081530@repo.freebsd.org> References: <201607300632.u6U6WJc5081530@repo.freebsd.org> From: Marcelo Araujo Date: Sat, 30 Jul 2016 14:34:20 +0800 Message-ID: Subject: Re: svn commit: r303540 - head/usr.bin/at To: Marcelo Araujo Cc: "src-committers@freebsd.org" , "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.22 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 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, 30 Jul 2016 06:34:23 -0000 2016-07-30 14:32 GMT+08:00 Marcelo Araujo : > Author: araujo > Date: Sat Jul 30 06:32:18 2016 > New Revision: 303540 > URL: https://svnweb.freebsd.org/changeset/base/303540 > > Log: > Use nitems() from sys/param.h > > Sponsored by: gandi.net (BSD Day Taiwan) > > Modified: > head/usr.bin/at/at.c > > Modified: head/usr.bin/at/at.c > > ============================================================================== > --- head/usr.bin/at/at.c Sat Jul 30 06:19:34 2016 (r303539) > +++ head/usr.bin/at/at.c Sat Jul 30 06:32:18 2016 (r303540) > @@ -356,7 +356,7 @@ writefile(time_t runtimer, char queue) > else > { > size_t i; > - for (i=0; i + for (i = 0; i < nitems(no_export); i++) > { > export = export > && (strncmp(*atenv, no_export[i], > _______________________________________________ > svn-src-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" > MFC after 2 weeks. -- -- Marcelo Araujo (__)araujo@FreeBSD.org \\\'',)http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_)