diff options
Diffstat (limited to 'lib/libc/alpha/gen/fpsetround.c')
| -rw-r--r-- | lib/libc/alpha/gen/fpsetround.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/alpha/gen/fpsetround.c b/lib/libc/alpha/gen/fpsetround.c index df924ddf1253..627aca96fd6e 100644 --- a/lib/libc/alpha/gen/fpsetround.c +++ b/lib/libc/alpha/gen/fpsetround.c @@ -1,6 +1,3 @@ -/* $NetBSD: fpsetround.c,v 1.1 1995/04/29 05:09:57 cgd Exp $ */ -/* $FreeBSD$ */ - /* * Copyright (c) 1995 Christopher G. Demetriou * All rights reserved. @@ -30,8 +27,13 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $NetBSD: fpsetround.c,v 1.1 1995/04/29 05:09:57 cgd Exp $ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <ieeefp.h> #include <machine/fpu.h> |
