summaryrefslogtreecommitdiffstats
path: root/include/sgtty.h
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2008-07-25 12:37:46 +0000
committered <ed@FreeBSD.org>2008-07-25 12:37:46 +0000
commit003d76444ba4c06090677236376e77a68b6926ec (patch)
tree193163c077da3bfc07efba1489afea94a426f671 /include/sgtty.h
parente2333a32b65b97306f50a127e5d8d26fe18dd1ed (diff)
downloadFreeBSD-src-003d76444ba4c06090677236376e77a68b6926ec.zip
FreeBSD-src-003d76444ba4c06090677236376e77a68b6926ec.tar.gz
Remove <sgtty.h> now it has no practical usage.
When I turned sgtty into a binary-only interface (last month), I added this explicit #error to the header file, to make sure nobody forgot to remove the header file after updating world. I think it is now a good moment to remove this header file. Approved by: philip (mentor)
Diffstat (limited to 'include/sgtty.h')
-rw-r--r--include/sgtty.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sgtty.h b/include/sgtty.h
deleted file mode 100644
index 254b97f..0000000
--- a/include/sgtty.h
+++ /dev/null
@@ -1,3 +0,0 @@
-/* $FreeBSD$ */
-#error "The sgtty interface has been replaced by termios(4)"
-#error "Try to use <sys/ioctl.h> or migrate to <termios.h>"
OpenPOWER on IntegriCloud