diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2023-03-08 04:43:16 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2023-03-08 04:43:16 +0000 |
commit | b7ec05677ee9f62c29e195e7be5125d39f7fdad9 (patch) | |
tree | d2d92930c9557994e5a771aef772966110966cc3 /sys/arch/hppa | |
parent | 3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff) |
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/spmath/dfsqrt.c | 3 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/fcnvff.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/fcnvfx.c | 6 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/fcnvfxt.c | 6 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/frnd.c | 5 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/sfsqrt.c | 3 | ||||
-rw-r--r-- | sys/arch/hppa/stand/libsa/ct.c | 3 |
7 files changed, 7 insertions, 23 deletions
diff --git a/sys/arch/hppa/spmath/dfsqrt.c b/sys/arch/hppa/spmath/dfsqrt.c index 1d6ed622c53..d48f1f68157 100644 --- a/sys/arch/hppa/spmath/dfsqrt.c +++ b/sys/arch/hppa/spmath/dfsqrt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dfsqrt.c,v 1.7 2003/04/10 17:27:58 mickey Exp $ */ +/* $OpenBSD: dfsqrt.c,v 1.8 2023/03/08 04:43:07 guenther Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -21,7 +21,6 @@ * Double Floating-point Square Root */ -/*ARGSUSED*/ int dbl_fsqrt(srcptr, null, dstptr, status) dbl_floating_point *srcptr, *null, *dstptr; diff --git a/sys/arch/hppa/spmath/fcnvff.c b/sys/arch/hppa/spmath/fcnvff.c index cb0e6d2f1f8..c6473f43f7c 100644 --- a/sys/arch/hppa/spmath/fcnvff.c +++ b/sys/arch/hppa/spmath/fcnvff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fcnvff.c,v 1.7 2003/04/10 17:27:58 mickey Exp $ */ +/* $OpenBSD: fcnvff.c,v 1.8 2023/03/08 04:43:07 guenther Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -22,7 +22,6 @@ /* * Single Floating-point to Double Floating-point */ -/*ARGSUSED*/ int sgl_to_dbl_fcnvff(srcptr, null, dstptr, status) sgl_floating_point *srcptr, *null; @@ -108,7 +107,6 @@ sgl_to_dbl_fcnvff(srcptr, null, dstptr, status) /* * Double Floating-point to Single Floating-point */ -/*ARGSUSED*/ int dbl_to_sgl_fcnvff(srcptr, null, dstptr, status) dbl_floating_point *srcptr, *null; diff --git a/sys/arch/hppa/spmath/fcnvfx.c b/sys/arch/hppa/spmath/fcnvfx.c index d29f4419e50..6086e38ceea 100644 --- a/sys/arch/hppa/spmath/fcnvfx.c +++ b/sys/arch/hppa/spmath/fcnvfx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fcnvfx.c,v 1.8 2010/07/30 18:05:23 kettenis Exp $ */ +/* $OpenBSD: fcnvfx.c,v 1.9 2023/03/08 04:43:07 guenther Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -22,7 +22,6 @@ /* * Single Floating-point to Single Fixed-point */ -/*ARGSUSED*/ int sgl_to_sgl_fcnvfx(srcptr, null, dstptr, status) sgl_floating_point *srcptr, *null; @@ -120,7 +119,6 @@ sgl_to_sgl_fcnvfx(srcptr, null, dstptr, status) /* * Single Floating-point to Double Fixed-point */ -/*ARGSUSED*/ int sgl_to_dbl_fcnvfx(srcptr, null, dstptr, status) sgl_floating_point *srcptr, *null; @@ -243,7 +241,6 @@ sgl_to_dbl_fcnvfx(srcptr, null, dstptr, status) /* * Double Floating-point to Single Fixed-point */ -/*ARGSUSED*/ int dbl_to_sgl_fcnvfx(srcptr, null, dstptr, status) dbl_floating_point *srcptr, *null; @@ -364,7 +361,6 @@ dbl_to_sgl_fcnvfx(srcptr, null, dstptr, status) /* * Double Floating-point to Double Fixed-point */ -/*ARGSUSED*/ int dbl_to_dbl_fcnvfx(srcptr, null, dstptr, status) dbl_floating_point *srcptr, *null; diff --git a/sys/arch/hppa/spmath/fcnvfxt.c b/sys/arch/hppa/spmath/fcnvfxt.c index a29d15e5f9a..dd78178315d 100644 --- a/sys/arch/hppa/spmath/fcnvfxt.c +++ b/sys/arch/hppa/spmath/fcnvfxt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fcnvfxt.c,v 1.8 2010/07/30 18:05:23 kettenis Exp $ */ +/* $OpenBSD: fcnvfxt.c,v 1.9 2023/03/08 04:43:07 guenther Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -23,7 +23,6 @@ * Convert single floating-point to single fixed-point format * with truncated result */ -/*ARGSUSED*/ int sgl_to_sgl_fcnvfxt(srcptr, null, dstptr, status) sgl_floating_point *srcptr, *null; @@ -86,7 +85,6 @@ sgl_to_sgl_fcnvfxt(srcptr, null, dstptr, status) /* * Single Floating-point to Double Fixed-point */ -/*ARGSUSED*/ int sgl_to_dbl_fcnvfxt(srcptr, null, dstptr, status) sgl_floating_point *srcptr, *null; @@ -160,7 +158,6 @@ sgl_to_dbl_fcnvfxt(srcptr, null, dstptr, status) /* * Double Floating-point to Single Fixed-point */ -/*ARGSUSED*/ int dbl_to_sgl_fcnvfxt(srcptr, null, dstptr, status) dbl_floating_point *srcptr, *null; @@ -224,7 +221,6 @@ dbl_to_sgl_fcnvfxt(srcptr, null, dstptr, status) /* * Double Floating-point to Double Fixed-point */ -/*ARGSUSED*/ int dbl_to_dbl_fcnvfxt(srcptr, null, dstptr, status) dbl_floating_point *srcptr, *null; diff --git a/sys/arch/hppa/spmath/frnd.c b/sys/arch/hppa/spmath/frnd.c index 99d17fa8119..c27575e97ee 100644 --- a/sys/arch/hppa/spmath/frnd.c +++ b/sys/arch/hppa/spmath/frnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: frnd.c,v 1.8 2003/04/10 17:27:58 mickey Exp $ */ +/* $OpenBSD: frnd.c,v 1.9 2023/03/08 04:43:07 guenther Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -24,7 +24,6 @@ * Single Floating-point Round to Integer */ -/*ARGSUSED*/ int sgl_frnd(srcptr, null, dstptr, status) sgl_floating_point *srcptr, *null, *dstptr; @@ -127,7 +126,6 @@ sgl_frnd(srcptr, null, dstptr, status) * Double Floating-point Round to Integer */ -/*ARGSUSED*/ int dbl_frnd(srcptr, null, dstptr, status) dbl_floating_point *srcptr, *null, *dstptr; @@ -229,7 +227,6 @@ dbl_frnd(srcptr, null, dstptr, status) return(NOEXCEPTION); } -/*ARGSUSED*/ int quad_frnd(srcptr, null, dstptr, status) quad_floating_point *srcptr, *null, *dstptr; diff --git a/sys/arch/hppa/spmath/sfsqrt.c b/sys/arch/hppa/spmath/sfsqrt.c index 12193a30589..dafc0f53fe1 100644 --- a/sys/arch/hppa/spmath/sfsqrt.c +++ b/sys/arch/hppa/spmath/sfsqrt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sfsqrt.c,v 1.7 2003/04/10 17:27:59 mickey Exp $ */ +/* $OpenBSD: sfsqrt.c,v 1.8 2023/03/08 04:43:07 guenther Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -21,7 +21,6 @@ * Single Floating-point Square Root */ -/*ARGSUSED*/ int sgl_fsqrt(srcptr, null, dstptr, status) sgl_floating_point *srcptr, *null, *dstptr; diff --git a/sys/arch/hppa/stand/libsa/ct.c b/sys/arch/hppa/stand/libsa/ct.c index 30881e78941..443291161f9 100644 --- a/sys/arch/hppa/stand/libsa/ct.c +++ b/sys/arch/hppa/stand/libsa/ct.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ct.c,v 1.9 2004/04/07 18:24:20 mickey Exp $ */ +/* $OpenBSD: ct.c,v 1.10 2023/03/08 04:43:07 guenther Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -69,7 +69,6 @@ ctopen(struct open_file *f, ...) return (0); } -/*ARGSUSED*/ int ctclose(f) struct open_file *f; |