svn commit: r316421 - head/bin/sh

Jilles Tjoelker jilles at FreeBSD.org
Sun Apr 2 15:53:13 UTC 2017


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


More information about the svn-src-head mailing list