summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2008-07-25 12:37:46 +0000
committerEd Schouten <ed@FreeBSD.org>2008-07-25 12:37:46 +0000
commit4ab0b22f9694942df9b8a1559f2d5d001afbc07b (patch)
tree193163c077da3bfc07efba1489afea94a426f671 /include
parent58e8af1bf570791d6e9eb4d063ebe4d5d1a6cae2 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/Makefile2
-rw-r--r--include/sgtty.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile
index 4a857b0cfee1..f03171ac43b7 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -18,7 +18,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
netdb.h nl_types.h nlist.h nss.h nsswitch.h paths.h \
printf.h proc_service.h pthread.h \
pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
- res_update.h resolv.h runetype.h search.h setjmp.h sgtty.h \
+ res_update.h resolv.h runetype.h search.h setjmp.h \
signal.h spawn.h stab.h \
stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
strings.h sysexits.h tar.h tgmath.h \
diff --git a/include/sgtty.h b/include/sgtty.h
deleted file mode 100644
index 254b97f0b496..000000000000
--- 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>"