diff options
author | Xin LI <delphij@FreeBSD.org> | 2018-01-07 07:08:59 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2018-01-07 07:08:59 +0000 |
commit | 6d5343e38efa425175296a6899ee416dd8f78baa (patch) | |
tree | 58637af66791dbaaeb771a44dbca7fe460755c62 | |
parent | f0c0c1daec03042f19ecfa279a390dfbe4943f0c (diff) | |
download | src-test2-6d5343e38efa425175296a6899ee416dd8f78baa.tar.gz src-test2-6d5343e38efa425175296a6899ee416dd8f78baa.zip |
Notes
-rw-r--r-- | bin/cat/cat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/cat/cat.c b/bin/cat/cat.c index b69adbdcd7f5..817ab6df8707 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$"); #include <errno.h> #include <fcntl.h> #include <locale.h> -#include <stddef.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |