Deleted Added
full compact
getnetconfig.c (74843) getnetconfig.c (75094)
1/* $NetBSD: getnetconfig.c,v 1.3 2000/07/06 03:10:34 christos Exp $ */
1/* $NetBSD: getnetconfig.c,v 1.3 2000/07/06 03:10:34 christos Exp $ */
2/* $FreeBSD: head/lib/libc/rpc/getnetconfig.c 74843 2001-03-27 09:43:09Z alfred $ */
2/* $FreeBSD: head/lib/libc/rpc/getnetconfig.c 75094 2001-04-02 21:41:44Z iedowse $ */
3
4/*
5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
6 * unrestricted use provided that this legend is included on all tape
7 * media and as a part of the software program in whole or part. Users
8 * may copy or modify Sun RPC without charge, but are not authorized
9 * to license or distribute it to anyone else except as part of a product or
10 * program developed by the user or with the express written consent of

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

35static char sccsid[] = "@(#)getnetconfig.c 1.12 91/12/19 SMI";
36#endif
37*/
38
39/*
40 * Copyright (c) 1989 by Sun Microsystems, Inc.
41 */
42
3
4/*
5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
6 * unrestricted use provided that this legend is included on all tape
7 * media and as a part of the software program in whole or part. Users
8 * may copy or modify Sun RPC without charge, but are not authorized
9 * to license or distribute it to anyone else except as part of a product or
10 * program developed by the user or with the express written consent of

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

35static char sccsid[] = "@(#)getnetconfig.c 1.12 91/12/19 SMI";
36#endif
37*/
38
39/*
40 * Copyright (c) 1989 by Sun Microsystems, Inc.
41 */
42
43#include "reentrant.h"
44#include "namespace.h"
43#include "namespace.h"
44#include "reentrant.h"
45#include <sys/cdefs.h>
46#include <stdio.h>
47#include <errno.h>
48#include <netconfig.h>
49#include <stdlib.h>
50#include <string.h>
51#include <rpc/rpc.h>
52#include "un-namespace.h"

--- 622 unchanged lines hidden ---
45#include <sys/cdefs.h>
46#include <stdio.h>
47#include <errno.h>
48#include <netconfig.h>
49#include <stdlib.h>
50#include <string.h>
51#include <rpc/rpc.h>
52#include "un-namespace.h"

--- 622 unchanged lines hidden ---