From 05e626c3cf69af5536e0c444f8d4277dc027db1f Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 2 Apr 2017 15:53:11 +0000 Subject: [PATCH] sh: Remove an XXX comment: it is normal for builtins to use argptr. --- bin/sh/alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sh/alias.c b/bin/sh/alias.c index 93c59d2c5fe2..7e03f86268be 100644 --- a/bin/sh/alias.c +++ b/bin/sh/alias.c @@ -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