diff options
author | alfred <alfred@FreeBSD.org> | 2002-02-05 23:43:43 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-02-05 23:43:43 +0000 |
commit | 568956257500195a80a63ba67f283e98c05c43c1 (patch) | |
tree | ca23ccb17e63c2c0a7eeb6827d3211f8f37a1089 /lib/libc/rpc/rpcdname.c | |
parent | fbd5ea601d57ce0f9ffdf4197a2613cb7cbc8fe2 (diff) | |
download | FreeBSD-src-568956257500195a80a63ba67f283e98c05c43c1.zip FreeBSD-src-568956257500195a80a63ba67f283e98c05c43c1.tar.gz |
Fix cc -Wall, fix rcsid warnings, add missing prototypes,
change prototypes to be the same as in the original sun tirpc code.
Remove ()P macro in a file where the mayority had ()P already removed.
Add them if the mayority use ()P macros.
Submitted by: mbr
Requested by: bde
Diffstat (limited to 'lib/libc/rpc/rpcdname.c')
-rw-r--r-- | lib/libc/rpc/rpcdname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/rpcdname.c b/lib/libc/rpc/rpcdname.c index 03d1b85..ee6a2b4 100644 --- a/lib/libc/rpc/rpcdname.c +++ b/lib/libc/rpc/rpcdname.c @@ -71,7 +71,7 @@ get_default_domain() * get rejected elsewhere in the NIS client package. */ int -_rpc_get_default_domain(domain) +__rpc_get_default_domain(domain) char **domain; { if ((*domain = get_default_domain()) != 0) |