diff options
author | June McEnroe <june@causal.agency> | 2020-03-09 04:09:45 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-03-09 04:09:45 -0400 |
commit | c1717c5980c34ca0ce56f47b1433c0a0a7c67302 (patch) | |
tree | b996aed9b142acca021c2f1274b37caf0b2634fe /bin/1sh/kill.c | |
parent | Import /usr/src/usr.bin/printf from FreeBSD 12.1-RELEASE (diff) | |
download | src-c1717c5980c34ca0ce56f47b1433c0a0a7c67302.tar.gz src-c1717c5980c34ca0ce56f47b1433c0a0a7c67302.zip |
Move bltin out of subdirectory
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/kill.c b/bin/1sh/kill.c index 15dbc9d2..c176b5e5 100644 --- a/bin/1sh/kill.c +++ b/bin/1sh/kill.c @@ -57,7 +57,7 @@ __FBSDID("$FreeBSD: releng/12.1/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 *); |