Subject: wdioctl prototype fix
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Roland McGrath <roland@frob.com>
List: current-users
Date: 02/10/1994 23:27:00
I supped this evening and had to make this change to get wd.c to compile.
diff -c /sys/i386/isa/wdreg.h.\~1\~ /sys/i386/isa/wdreg.h
*** /sys/i386/isa/wdreg.h.~1~ Fri Dec 17 01:50:12 1993
--- /sys/i386/isa/wdreg.h Thu Feb 10 23:19:21 1994
***************
*** 136,142 ****
void wdintr(struct intrframe);
int wdopen(dev_t, int, int, struct proc *);
int wdclose(dev_t dev, int flags, int fmt);
! int wdioctl(dev_t, int, caddr_t, int);
/* int wdformat(struct buf *bp); */
int wdsize(dev_t);
int wddump(dev_t);
--- 136,142 ----
void wdintr(struct intrframe);
int wdopen(dev_t, int, int, struct proc *);
int wdclose(dev_t dev, int flags, int fmt);
! int wdioctl(dev_t, int, caddr_t, int, struct proc *);
/* int wdformat(struct buf *bp); */
int wdsize(dev_t);
int wddump(dev_t);
Diff exited abnormally with code 1 at Thu Feb 10 23:26:50
------------------------------------------------------------------------------