Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2005 00:19:10 +1000 (EST)
From:      Mark Andrews <Mark_Andrews@isc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/87726: gssapi.h is not c++ aware
Message-ID:  <200510201419.j9KEJAkX033934@drugs.dv.isc.org>
Resent-Message-ID: <200510201420.j9KEKBvp020884@freefall.freebsd.org>

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

>Number:         87726
>Category:       bin
>Synopsis:       gssapi.h is not c++ aware
>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:   Thu Oct 20 14:20:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Mark Andrews
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
ISC
>Environment:
System: FreeBSD drugs.dv.isc.org 4.11-STABLE FreeBSD 4.11-STABLE #26: Wed Oct 12 20:11:22 EST 2005 marka@drugs.dv.isc.org:/usr/obj/usr/src/sys/DRUGS i386


>Description:

	gssapi.h is not c++ aware.  It it missing __BEGIN_DECLS and
	__END_DECLS around the function prototypes preventing successful
	linkage for libgssapi from c++ applications.

>How-To-Repeat:
>Fix:

	Add __BEGIN_DECLS and __END_DECLS appropriately.  Define them
	if necessary.
>Release-Note:
>Audit-Trail:
>Unformatted:



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