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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"