From owner-cvs-gnu Sun Apr 19 16:02:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00756 for cvs-gnu-outgoing; Sun, 19 Apr 1998 16:02:30 -0700 (PDT) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA00586; Sun, 19 Apr 1998 23:02:02 GMT (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA27113; Sun, 19 Apr 1998 16:01:30 -0700 (PDT) Date: Sun, 19 Apr 1998 16:01:30 -0700 (PDT) Message-Id: <199804192301.QAA27113@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/04/19 16:01:30 PDT Modified files: (Branch: RELENG_2_2) gnu/usr.bin/ld/rtld rtld.c Log: Eliminate compiler warnings. I modified the submitted patch a little, primarily by changing the white space. This aligns the fix with changes that have already been made in -current, and will simplify future merges from the main branch. PR: bin/6328 Reviewed by: jdp Submitted by: clkao@heaven.pamud.net (Chia-liang Kao) Revision Changes Path 1.40.2.5 +25 -25 src/gnu/usr.bin/ld/rtld/rtld.c