Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2001 04:51:48 -0700 (PDT)
From:      Cristan Szmajda <cristan@unsw.edu.au>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/29190: src/libexec/ypxfr/ypxfr_getmap.c:51: conflicting types in declaration of `yp_errno'. 
Message-ID:  <200107241151.f6OBpmU35396@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107241151.f6OBpmU35396>