From 2457c77564e4384d49f9fcfd57b66e3619625e27 Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 31 Oct 1995 23:36:47 +0000 Subject: Submitted by: Mike Mitchell (mitchell@ref.tfs.com) these patches bring the ipx code up to the point that it compiles cleanly with the -W arguments suggested by bruce. --- sys/netipx/ipx_pcb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/netipx/ipx_pcb.c') diff --git a/sys/netipx/ipx_pcb.c b/sys/netipx/ipx_pcb.c index d2d625c..a2951e9 100644 --- a/sys/netipx/ipx_pcb.c +++ b/sys/netipx/ipx_pcb.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ipx_pcb.c + * @(#)$Id$ */ #include @@ -284,8 +284,9 @@ ipx_setpeeraddr(ipxp, nam) void ipx_pcbnotify(dst, errno, notify, param) register struct ipx_addr *dst; + int errno; + void (*notify)(struct ipxpcb *); long param; - int errno, (*notify)(); { register struct ipxpcb *ipxp, *oinp; int s = splimp(); -- cgit v1.1