aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1995-10-10 08:31:12 +0000
committerSteven Wallace <swallace@FreeBSD.org>1995-10-10 08:31:12 +0000
commitff53bd689858df12de78515272bf60f573c21dc6 (patch)
tree924a25cea49790669d0d66261909a970414e4deb
parent0730bc354b882142da6fa322d04537aa29b4a104 (diff)
downloadsrc-ff53bd689858df12de78515272bf60f573c21dc6.tar.gz
src-ff53bd689858df12de78515272bf60f573c21dc6.zip
Remove redundant getmsg and putmesg function declarations and #include directive
Notes
Notes: svn path=/head/; revision=11404
-rw-r--r--sys/i386/ibcs2/ibcs2_misc.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys/i386/ibcs2/ibcs2_misc.c b/sys/i386/ibcs2/ibcs2_misc.c
index aeac77084e97..550c926c2753 100644
--- a/sys/i386/ibcs2/ibcs2_misc.c
+++ b/sys/i386/ibcs2/ibcs2_misc.c
@@ -101,7 +101,6 @@
#include <i386/ibcs2/ibcs2_utsname.h>
#include <i386/ibcs2/ibcs2_util.h>
#include <i386/ibcs2/ibcs2_utime.h>
-#include <i386/ibcs2/ibcs2_poll.h>
#include <i386/ibcs2/ibcs2_proto.h>
#include <i386/ibcs2/ibcs2_xenix.h>
@@ -759,24 +758,6 @@ ibcs2_alarm(p, uap, retval)
}
int
-ibcs2_getmsg(p, uap, retval)
- struct proc *p;
- struct ibcs2_getmsg_args *uap;
- int *retval;
-{
- return 0;
-}
-
-int
-ibcs2_putmsg(p, uap, retval)
- struct proc *p;
- struct ibcs2_putmsg_args *uap;
- int *retval;
-{
- return 0;
-}
-
-int
ibcs2_times(p, uap, retval)
struct proc *p;
struct ibcs2_times_args *uap;