From owner-cvs-lib Tue Jun 11 10:23:15 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA13451 for cvs-lib-outgoing; Tue, 11 Jun 1996 10:23:15 -0700 (PDT) Received: (from jraynard@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA13428; Tue, 11 Jun 1996 10:22:55 -0700 (PDT) Date: Tue, 11 Jun 1996 10:22:55 -0700 (PDT) From: James Raynard Message-Id: <199606111722.KAA13428@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/rpc getrpcent.c svc.c svc_auth.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jraynard 96/06/11 10:22:54 Modified: lib/libc/rpc getrpcent.c svc.c svc_auth.c Log: Code cleanup: Fixed a couple of nitpick warnings, plus one that slipped through the net earlier. This directory now compiles without any warnings with -Wall! (Until the next gcc upgrade...) Revision Changes Path 1.5 +3 -3 src/lib/libc/rpc/getrpcent.c 1.5 +2 -2 src/lib/libc/rpc/svc.c 1.3 +4 -4 src/lib/libc/rpc/svc_auth.c