summaryrefslogtreecommitdiff
path: root/usr.bin/sed/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sed/compile.c')
-rw-r--r--usr.bin/sed/compile.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c
index 300a77f..9e7dadb 100644
--- a/usr.bin/sed/compile.c
+++ b/usr.bin/sed/compile.c
@@ -33,25 +33,12 @@
* SUCH DAMAGE.
*/
-#if HAVE_NBTOOL_CONFIG_H
-#include "nbtool_config.h"
-#endif
-
-#include <sys/cdefs.h>
-__RCSID("$NetBSD: compile.c,v 1.47 2016/04/05 00:13:03 christos Exp $");
-#ifdef __FBSDID
-__FBSDID("$FreeBSD: head/usr.bin/sed/compile.c 259132 2013-12-09 18:57:20Z eadler $");
-#endif
-
-#if 0
-static const char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93";
-#endif
-
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
#include <err.h>
+#include <bsd/err.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>