aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/yp/xdryp.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-02-05 23:43:43 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-02-05 23:43:43 +0000
commit8d6301358e34f15e019022cc5321bbd950a1fa01 (patch)
treeca23ccb17e63c2c0a7eeb6827d3211f8f37a1089 /lib/libc/yp/xdryp.c
parent64eecf3a43ff4eace513b9aa6667dc9abec56050 (diff)
downloadsrc-8d6301358e34f15e019022cc5321bbd950a1fa01.tar.gz
src-8d6301358e34f15e019022cc5321bbd950a1fa01.zip
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
Notes
Notes: svn path=/head/; revision=90271
Diffstat (limited to 'lib/libc/yp/xdryp.c')
-rw-r--r--lib/libc/yp/xdryp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/yp/xdryp.c b/lib/libc/yp/xdryp.c
index 180528866839..905f89d6e05e 100644
--- a/lib/libc/yp/xdryp.c
+++ b/lib/libc/yp/xdryp.c
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
-#ifndef LINT
+#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$FreeBSD$";
#endif