From owner-svn-src-head@freebsd.org Sun Apr 2 15:53:13 2017 Return-Path: Delivered-To: svn-src-head@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 45612D29935; Sun, 2 Apr 2017 15:53:13 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15B74D7; Sun, 2 Apr 2017 15:53:13 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v32FrCY6066465; Sun, 2 Apr 2017 15:53:12 GMT (envelope-from jilles@FreeBSD.org) Received: (from jilles@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v32FrCZH066464; Sun, 2 Apr 2017 15:53:12 GMT (envelope-from jilles@FreeBSD.org) Message-Id: <201704021553.v32FrCZH066464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jilles set sender to jilles@FreeBSD.org using -f From: Jilles Tjoelker Date: Sun, 2 Apr 2017 15:53:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r316421 - head/bin/sh X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2017 15:53:13 -0000 Author: jilles Date: Sun Apr 2 15:53:11 2017 New Revision: 316421 URL: https://svnweb.freebsd.org/changeset/base/316421 Log: sh: Remove an XXX comment: it is normal for builtins to use argptr. Modified: head/bin/sh/alias.c Modified: head/bin/sh/alias.c ============================================================================== --- head/bin/sh/alias.c Sun Apr 2 15:13:35 2017 (r316420) +++ head/bin/sh/alias.c Sun Apr 2 15:53:11 2017 (r316421) @@ -45,7 +45,7 @@ __FBSDID("$FreeBSD$"); #include "memalloc.h" #include "mystring.h" #include "alias.h" -#include "options.h" /* XXX for argptr (should remove?) */ +#include "options.h" #include "builtins.h" #define ATABSIZE 39