diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-12-13 18:28:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-12-13 18:28:41 +0000 |
commit | ed2ef8648646136913e278108edd41ea3ef74877 (patch) | |
tree | 80b19360c11185c64bed283b1f44c545ceb0ff9f /usr.bin/fgen/fgen.l | |
parent | ed22057d9feaccfbd82b72ed735453415eb5ba6b (diff) |
including sys/cdefs.h manually started as a result of netbsd trying to
macro-build a replacement for sccsid, and was done without any concern
for namespace damage. Unfortunately this practice started infecting
other code as others were unaware they didn't need the file.
ok millert guenther
Diffstat (limited to 'usr.bin/fgen/fgen.l')
-rw-r--r-- | usr.bin/fgen/fgen.l | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/fgen/fgen.l b/usr.bin/fgen/fgen.l index 3d72e4de5a6..8941d433d5a 100644 --- a/usr.bin/fgen/fgen.l +++ b/usr.bin/fgen/fgen.l @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: fgen.l,v 1.13 2020/03/24 07:00:40 otto Exp $ */ +/* $OpenBSD: fgen.l,v 1.14 2021/12/13 18:28:40 deraadt Exp $ */ /* $NetBSD: fgen.l,v 1.37 2016/03/08 20:13:44 christos Exp $ */ /* FLEX input for FORTH input file scanner */ /* @@ -37,7 +37,6 @@ } #define TOKEN struct tok */ -#include <sys/cdefs.h> %} |