From owner-freebsd-bugs Tue Jul 24 5: 0:43 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADF5B37B403 for ; Tue, 24 Jul 2001 05:00:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6OC0V236171; Tue, 24 Jul 2001 05:00:31 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5498A37B401 for ; Tue, 24 Jul 2001 04:51:48 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6OBpmU35396; Tue, 24 Jul 2001 04:51:48 -0700 (PDT) (envelope-from nobody) Message-Id: <200107241151.f6OBpmU35396@freefall.freebsd.org> Date: Tue, 24 Jul 2001 04:51:48 -0700 (PDT) From: Cristan Szmajda To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/29190: src/libexec/ypxfr/ypxfr_getmap.c:51: conflicting types in declaration of `yp_errno'. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29190 >Category: bin >Synopsis: src/libexec/ypxfr/ypxfr_getmap.c:51: conflicting types in declaration of `yp_errno'. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 24 05:00:30 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cristan Szmajda >Release: -current >Organization: UNSW >Environment: FreeBSD jocasta 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Jul 20 16:34:26 EST 2001 cls@jocasta:/usr/src/sys/i386/compile/JOCASTA i386 >Description: "yp_errno" is declared "enum ypstat" in src/libexec/ypxfr/ypxfr_extern.h but "int" in src/libexec/ypxfr/ypxfr_getmap.c . >How-To-Repeat: make buildworld >Fix: Change: extern int yp_errno; on line 51 of src/libexec/ypxfr/ypxfr_getmap.c to: extern enum ypstat yp_errno; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message