diff options
author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2017-01-28 02:22:15 +0000 |
---|---|---|
committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2017-01-28 02:22:15 +0000 |
commit | 2b375b4edd1b98884c3031d6ccd61acb10bd895d (patch) | |
tree | f35e4f57ad890ac86d5cb5d3ef760344a41fc0e6 /sys/pc98/include/floatingpoint.h | |
parent | 34bac11eba2841255bf6319ec78728f0f941c6ac (diff) |
Remove pc98 support completely.
I thank all developers and contributors for pc98.
Relnotes: yes
Notes
Notes:
svn path=/head/; revision=312910
Diffstat (limited to 'sys/pc98/include/floatingpoint.h')
-rw-r--r-- | sys/pc98/include/floatingpoint.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/pc98/include/floatingpoint.h b/sys/pc98/include/floatingpoint.h deleted file mode 100644 index c61de43cd1ae..000000000000 --- a/sys/pc98/include/floatingpoint.h +++ /dev/null @@ -1,6 +0,0 @@ -/*- - * This file is in the public domain. - */ -/* $FreeBSD$ */ - -#include <i386/floatingpoint.h> |