diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-01 17:00:23 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-01 17:00:23 +0000 |
commit | 3f857ca30272a52bdc844d6a8e54a2d90e053cec (patch) | |
tree | 4d2c5af9e830bd9211059e0a14f724594a6c280b /sys/compat | |
parent | e5380a21b0640310eea11317aa515f2ad15a0471 (diff) |
remove unnecessary decls
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/osf1/osf1_misc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/compat/osf1/osf1_misc.c b/sys/compat/osf1/osf1_misc.c index eeb54e9c4cd..9c1e872102d 100644 --- a/sys/compat/osf1/osf1_misc.c +++ b/sys/compat/osf1/osf1_misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: osf1_misc.c,v 1.9 1998/02/17 01:48:07 millert Exp $ */ +/* $OpenBSD: osf1_misc.c,v 1.10 1998/03/01 17:00:22 niklas Exp $ */ /* $NetBSD: osf1_misc.c,v 1.7 1995/10/07 06:53:04 mycroft Exp $ */ /* @@ -799,7 +799,6 @@ osf1_sys_readv(p, v, retval) struct osf1_iovec *oio; struct iovec *nio; int error, i; - extern char sigcode[], esigcode[]; if (SCARG(uap, iovcnt) > (STACKGAPLEN / sizeof (struct iovec))) return (EINVAL); @@ -854,7 +853,6 @@ osf1_sys_writev(p, v, retval) struct osf1_iovec *oio; struct iovec *nio; int error, i; - extern char sigcode[], esigcode[]; if (SCARG(uap, iovcnt) > (STACKGAPLEN / sizeof (struct iovec))) return (EINVAL); |