summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorFrederic Cambus <fcambus@cvs.openbsd.org>2016-09-20 21:10:23 +0000
committerFrederic Cambus <fcambus@cvs.openbsd.org>2016-09-20 21:10:23 +0000
commit7c2acd2df8256c93f9bf636b3d45a209018d5224 (patch)
treea1d26f480d2a73c7c93294505e3e8430263d4617 /sys
parent6f4f24b03ac0f3b4d479483b3f12f31e8af27819 (diff)
Remove duplicated includes in stdlib.h and termios.h
OK guenther@
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/termios.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/termios.h b/sys/sys/termios.h
index bf0ce23a279..af21a97d69e 100644
--- a/sys/sys/termios.h
+++ b/sys/sys/termios.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: termios.h,v 1.12 2013/12/17 22:12:07 millert Exp $ */
+/* $OpenBSD: termios.h,v 1.13 2016/09/20 21:10:22 fcambus Exp $ */
/* $NetBSD: termios.h,v 1.14 1996/04/09 20:55:41 cgd Exp $ */
/*
@@ -247,7 +247,6 @@ struct termios {
#define TCIOFF 3
#define TCION 4
-#include <sys/cdefs.h>
#include <sys/_types.h>
#if __XPG_VISIBLE >= 420 || __POSIX_VISIBLE >= 200809