summaryrefslogtreecommitdiffstats
path: root/include/Makefile
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/Makefile
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/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 4a857b0..f03171a 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 \
OpenPOWER on IntegriCloud