aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/parser.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-24 20:12:57 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:59 +0000
commite043f37205ffbde5627ff299ad25cd532f2956f0 (patch)
tree18c795bb976aa42aaf91421fe238f7bf04542974 /bin/sh/parser.c
parent0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481 (diff)
Diffstat (limited to 'bin/sh/parser.c')
-rw-r--r--bin/sh/parser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/sh/parser.c b/bin/sh/parser.c
index aa181e567bb1..0c1b7a91c257 100644
--- a/bin/sh/parser.c
+++ b/bin/sh/parser.c
@@ -32,9 +32,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#endif /* not lint */
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <pwd.h>
#include <stdlib.h>