From 9fa5f4a093673b5b577007f26770028ab8781c10 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 16 Oct 2010 12:40:00 +0000 Subject: [PATCH] sh: Use rather than . is only for the kernel and conflicts with . --- bin/sh/jobs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c index bd01e5dfc0af..8722f672694d 100644 --- a/bin/sh/jobs.c +++ b/bin/sh/jobs.c @@ -41,13 +41,13 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include #include #include #include #include +#include #include #include