From 0a1715303563b13cd37206275ea667361c335c66 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 24 Jan 1995 04:22:19 +0000 Subject: [PATCH] Remove typedefs that are now in . --- lkm/socksys/socksys.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/lkm/socksys/socksys.c b/lkm/socksys/socksys.c index 36606956ce14..3527efface20 100644 --- a/lkm/socksys/socksys.c +++ b/lkm/socksys/socksys.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: socksys.c,v 1.1 1994/10/16 20:38:50 sos Exp $ */ #include @@ -36,16 +36,6 @@ #include #include -/* typedefs from sys/i386/i386/conf.c */ -typedef int d_open_t __P((dev_t, int, int, struct proc *)); -typedef int d_close_t __P((dev_t, int, int, struct proc *)); -typedef int d_ioctl_t __P((dev_t, int, caddr_t, int, struct proc *)); -typedef int d_rdwr_t __P((dev_t, struct uio *, int)); -typedef int d_stop_t __P((struct tty *, int)); -typedef int d_reset_t __P((int)); -typedef int d_select_t __P((dev_t, int, struct proc *)); -typedef int d_mmap_t __P((/* XXX */)); - int sockopen(); int sockclose(); int sockioctl();