diff options
author | June McEnroe <june@causal.agency> | 2019-01-10 19:47:32 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-10 19:47:32 -0500 |
commit | 43e3a3bd9bd95c2d6cd23e4a0a6039bc87befbe1 (patch) | |
tree | 020a98949b560c9579fd710fec649a412f053344 /bin/cash/kill.c | |
parent | Import /usr/src/usr.bin/printf/printf.c from FreeBSD 12.0-RELEASE (diff) | |
download | src-43e3a3bd9bd95c2d6cd23e4a0a6039bc87befbe1.tar.gz src-43e3a3bd9bd95c2d6cd23e4a0a6039bc87befbe1.zip |
Move bltin out of subdirectory
Diffstat (limited to '')
-rw-r--r-- | bin/cash/kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cash/kill.c b/bin/cash/kill.c index f67626f9..9526f3d3 100644 --- a/bin/cash/kill.c +++ b/bin/cash/kill.c @@ -57,7 +57,7 @@ __FBSDID("$FreeBSD: releng/12.0/bin/kill/kill.c 326025 2017-11-20 19:49:47Z pfg #ifdef SHELL #define main killcmd -#include "bltin/bltin.h" +#include "bltin.h" #endif static void nosig(const char *); |