Deleted Added
full compact
krpc_subr.c (29024) krpc_subr.c (30354)
1/* $NetBSD: krpc_subr.c,v 1.12.4.1 1996/06/07 00:52:26 cgd Exp $ */
1/* $NetBSD: krpc_subr.c,v 1.12.4.1 1996/06/07 00:52:26 cgd Exp $ */
2/* $Id: krpc_subr.c,v 1.4 1997/08/16 19:15:53 wollman Exp $ */
2/* $Id: krpc_subr.c,v 1.5 1997/09/02 01:19:26 bde Exp $ */
3
4/*
5 * Copyright (c) 1995 Gordon Ross, Adam Glass
6 * Copyright (c) 1992 Regents of the University of California.
7 * All rights reserved.
8 *
9 * This software was developed by the Computer Systems Engineering group
10 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and

--- 32 unchanged lines hidden (view full) ---

43 * @(#) Header: rpc.c,v 1.12 93/09/28 08:31:56 leres Exp (LBL)
44 */
45
46#include <sys/param.h>
47#include <sys/systm.h>
48#include <sys/conf.h>
49#include <sys/sockio.h>
50#include <sys/proc.h>
3
4/*
5 * Copyright (c) 1995 Gordon Ross, Adam Glass
6 * Copyright (c) 1992 Regents of the University of California.
7 * All rights reserved.
8 *
9 * This software was developed by the Computer Systems Engineering group
10 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and

--- 32 unchanged lines hidden (view full) ---

43 * @(#) Header: rpc.c,v 1.12 93/09/28 08:31:56 leres Exp (LBL)
44 */
45
46#include <sys/param.h>
47#include <sys/systm.h>
48#include <sys/conf.h>
49#include <sys/sockio.h>
50#include <sys/proc.h>
51#include <sys/mount.h>
52#include <sys/malloc.h>
51#include <sys/malloc.h>
52#include <sys/mount.h>
53#include <sys/mbuf.h>
54#include <sys/reboot.h>
55#include <sys/socket.h>
56#include <sys/socketvar.h>
57
58#include <net/if.h>
59#include <netinet/in.h>
60

--- 431 unchanged lines hidden ---
53#include <sys/mbuf.h>
54#include <sys/reboot.h>
55#include <sys/socket.h>
56#include <sys/socketvar.h>
57
58#include <net/if.h>
59#include <netinet/in.h>
60

--- 431 unchanged lines hidden ---