summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_pcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx_pcb.c')
-rw-r--r--sys/netipx/ipx_pcb.c5
1 files changed, 3 insertions, 2 deletions
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 <sys/param.h>
@@ -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();
OpenPOWER on IntegriCloud