From 482a6000bb0663bd23af97bca3cfa7bd3bb2e44c Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 7 Nov 2001 22:12:52 +0000 Subject: [PATCH] Fix vendor ID's. --- lib/libc/alpha/gen/flt_rounds.c | 8 +++++--- lib/libc/alpha/gen/fpgetmask.c | 8 +++++--- lib/libc/alpha/gen/fpgetround.c | 8 +++++--- lib/libc/alpha/gen/fpgetsticky.c | 8 +++++--- lib/libc/alpha/gen/fpsetmask.c | 8 +++++--- lib/libc/alpha/gen/fpsetround.c | 8 +++++--- lib/libc/alpha/gen/fpsetsticky.c | 8 +++++--- lib/libc/alpha/gen/frexp.c | 8 +++++--- lib/libc/alpha/gen/infinity.c | 8 +++++--- lib/libc/alpha/gen/isinf.c | 8 +++++--- lib/libc/alpha/gen/ldexp.c | 8 +++++--- lib/libc/alpha/gen/modf.c | 8 +++++--- 12 files changed, 60 insertions(+), 36 deletions(-) diff --git a/lib/libc/alpha/gen/flt_rounds.c b/lib/libc/alpha/gen/flt_rounds.c index b6246c97516..a5181e38f3c 100644 --- a/lib/libc/alpha/gen/flt_rounds.c +++ b/lib/libc/alpha/gen/flt_rounds.c @@ -1,6 +1,3 @@ -/* $FreeBSD$ */ -/* From: NetBSD: flt_rounds.c,v 1.2 1997/07/18 00:30:30 thorpej Exp */ - /* * 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: flt_rounds.c,v 1.2 1997/07/18 00:30:30 thorpej Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include diff --git a/lib/libc/alpha/gen/fpgetmask.c b/lib/libc/alpha/gen/fpgetmask.c index 466ec214e07..5fbb13f315f 100644 --- a/lib/libc/alpha/gen/fpgetmask.c +++ b/lib/libc/alpha/gen/fpgetmask.c @@ -1,6 +1,3 @@ -/* $NetBSD: fpgetmask.c,v 1.1 1995/04/29 05:10:55 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: fpgetmask.c,v 1.1 1995/04/29 05:10:55 cgd Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/lib/libc/alpha/gen/fpgetround.c b/lib/libc/alpha/gen/fpgetround.c index 551e65eea78..70de6480c27 100644 --- a/lib/libc/alpha/gen/fpgetround.c +++ b/lib/libc/alpha/gen/fpgetround.c @@ -1,6 +1,3 @@ -/* $NetBSD: fpgetround.c,v 1.1 1995/04/29 05:09:55 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: fpgetround.c,v 1.1 1995/04/29 05:09:55 cgd Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/lib/libc/alpha/gen/fpgetsticky.c b/lib/libc/alpha/gen/fpgetsticky.c index c74eafd5af0..2cca07dcea8 100644 --- a/lib/libc/alpha/gen/fpgetsticky.c +++ b/lib/libc/alpha/gen/fpgetsticky.c @@ -1,6 +1,3 @@ -/* $NetBSD: fpgetsticky.c,v 1.1 1995/04/29 05:10:59 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: fpgetsticky.c,v 1.1 1995/04/29 05:10:59 cgd Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/lib/libc/alpha/gen/fpsetmask.c b/lib/libc/alpha/gen/fpsetmask.c index 72c3a5495d8..28675b5d88a 100644 --- a/lib/libc/alpha/gen/fpsetmask.c +++ b/lib/libc/alpha/gen/fpsetmask.c @@ -1,6 +1,3 @@ -/* $NetBSD: fpsetmask.c,v 1.1 1995/04/29 05:11:01 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: fpsetmask.c,v 1.1 1995/04/29 05:11:01 cgd Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/lib/libc/alpha/gen/fpsetround.c b/lib/libc/alpha/gen/fpsetround.c index df924ddf125..627aca96fd6 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 +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/lib/libc/alpha/gen/fpsetsticky.c b/lib/libc/alpha/gen/fpsetsticky.c index 60807c1bd9f..02af77a7a3f 100644 --- a/lib/libc/alpha/gen/fpsetsticky.c +++ b/lib/libc/alpha/gen/fpsetsticky.c @@ -1,6 +1,3 @@ -/* $NetBSD: fpsetsticky.c,v 1.1 1995/04/29 05:11:04 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: fpsetsticky.c,v 1.1 1995/04/29 05:11:04 cgd Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/lib/libc/alpha/gen/frexp.c b/lib/libc/alpha/gen/frexp.c index 67bc44443a5..386c36b7aa8 100644 --- a/lib/libc/alpha/gen/frexp.c +++ b/lib/libc/alpha/gen/frexp.c @@ -1,6 +1,3 @@ -/* $NetBSD: frexp.c,v 1.1 1995/02/10 17:50:22 cgd Exp $ */ -/* $FreeBSD$ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -26,8 +23,13 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. + * + * $NetBSD: frexp.c,v 1.1 1995/02/10 17:50:22 cgd Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/lib/libc/alpha/gen/infinity.c b/lib/libc/alpha/gen/infinity.c index be6ca8d3c81..7cb5b803582 100644 --- a/lib/libc/alpha/gen/infinity.c +++ b/lib/libc/alpha/gen/infinity.c @@ -1,6 +1,3 @@ -/* $NetBSD: infinity.c,v 1.1 1995/02/10 17:50:23 cgd Exp $ */ -/* $FreeBSD$ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -26,8 +23,13 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. + * + * $NetBSD: infinity.c,v 1.1 1995/02/10 17:50:23 cgd Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include /* bytes for +Infinity on an Alpha (IEEE double format) */ diff --git a/lib/libc/alpha/gen/isinf.c b/lib/libc/alpha/gen/isinf.c index 239f2a03e52..3ebab1ad382 100644 --- a/lib/libc/alpha/gen/isinf.c +++ b/lib/libc/alpha/gen/isinf.c @@ -1,6 +1,3 @@ -/* $NetBSD: isinf.c,v 1.1 1995/02/10 17:50:23 cgd Exp $ */ -/* $FreeBSD$ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -26,8 +23,13 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. + * + * $NetBSD: isinf.c,v 1.1 1995/02/10 17:50:23 cgd Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/lib/libc/alpha/gen/ldexp.c b/lib/libc/alpha/gen/ldexp.c index f419a312573..bbea4f6b87f 100644 --- a/lib/libc/alpha/gen/ldexp.c +++ b/lib/libc/alpha/gen/ldexp.c @@ -1,6 +1,3 @@ -/* $NetBSD: ldexp.c,v 1.1 1995/02/10 17:50:24 cgd Exp $ */ -/* $FreeBSD$ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -26,8 +23,13 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. + * + * $NetBSD: ldexp.c,v 1.1 1995/02/10 17:50:24 cgd Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/lib/libc/alpha/gen/modf.c b/lib/libc/alpha/gen/modf.c index 42c79cf79f6..37786dc1e19 100644 --- a/lib/libc/alpha/gen/modf.c +++ b/lib/libc/alpha/gen/modf.c @@ -1,6 +1,3 @@ -/* $NetBSD: modf.c,v 1.1 1995/02/10 17:50:25 cgd Exp $ */ -/* $FreeBSD$ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -26,8 +23,13 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. + * + * $NetBSD: modf.c,v 1.1 1995/02/10 17:50:25 cgd Exp $ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include