Deleted Added
full compact
rpcdname.c (90271) rpcdname.c (92990)
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user or with the express written consent of
8 * Sun Microsystems, Inc.

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

25 *
26 * Sun Microsystems, Inc.
27 * 2550 Garcia Avenue
28 * Mountain View, California 94043
29 */
30#if !defined(lint) && defined(SCCSIDS)
31static char sccsid[] = "@(#)rpcdname.c 1.7 91/03/11 Copyr 1989 Sun Micro";
32#endif
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user or with the express written consent of
8 * Sun Microsystems, Inc.

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

25 *
26 * Sun Microsystems, Inc.
27 * 2550 Garcia Avenue
28 * Mountain View, California 94043
29 */
30#if !defined(lint) && defined(SCCSIDS)
31static char sccsid[] = "@(#)rpcdname.c 1.7 91/03/11 Copyr 1989 Sun Micro";
32#endif
33/* $FreeBSD: head/lib/libc/rpc/rpcdname.c 90271 2002-02-05 23:43:43Z alfred $ */
33#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: head/lib/libc/rpc/rpcdname.c 92990 2002-03-22 23:18:37Z obrien $");
34
35/*
36 * rpcdname.c
37 * Gets the default domain name
38 */
39
40#include "namespace.h"
41#include <stdlib.h>

--- 39 unchanged lines hidden ---
35
36/*
37 * rpcdname.c
38 * Gets the default domain name
39 */
40
41#include "namespace.h"
42#include <stdlib.h>

--- 39 unchanged lines hidden ---