Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 1995 18:14:46 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/sys protosw.h
Message-ID:  <199512160214.SAA06068@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/12/15 18:14:45

  Modified:    sys/kern  uipc_domain.c
               sys/net   raw_cb.h raw_usrreq.c
               sys/netinet  ip_icmp.c tcp_subr.c tcp_var.h udp_usrreq.c
                        udp_var.h
               sys/netipx  ipx.h ipx_error.c ipx_input.c ipx_ip.c spx.h
                        spx_usrreq.c
               sys/sys   protosw.h
  Log:
  Uniformized pr_ctlinput protosw functions.  The third arg is now `void
  *' instead of caddr_t and it isn't optional (it never was).  Most of the
  netipx (and netns) pr_ctlinput functions abuse the second arg instead of
  using the third arg but fixing this is beyond the scope of this round
  of changes.
  
  Revision  Changes    Path
  1.12      +2 -2      src/sys/kern/uipc_domain.c
  1.5       +2 -2      src/sys/net/raw_cb.h
  1.7       +3 -2      src/sys/net/raw_usrreq.c
  1.17      +3 -3      src/sys/netinet/ip_icmp.c
  1.24      +4 -3      src/sys/netinet/tcp_subr.c
  1.25      +2 -2      src/sys/netinet/tcp_var.h
  1.19      +4 -3      src/sys/netinet/udp_usrreq.c
  1.8       +2 -2      src/sys/netinet/udp_var.h
  1.6       +3 -2      src/sys/netipx/ipx.h
  1.4       +5 -3      src/sys/netipx/ipx_error.c
  1.6       +5 -3      src/sys/netipx/ipx_input.c
  1.6       +3 -2      src/sys/netipx/ipx_ip.c
  1.6       +2 -2      src/sys/netipx/spx.h
  1.7       +5 -3      src/sys/netipx/spx_usrreq.c
  1.9       +3 -3      src/sys/sys/protosw.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512160214.SAA06068>