From Mark_Andrews@isc.org  Thu Oct 20 14:19:14 2005
Return-Path: <Mark_Andrews@isc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F231C16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Oct 2005 14:19:14 +0000 (GMT)
	(envelope-from Mark_Andrews@isc.org)
Received: from farside.isc.org (farside.isc.org [204.152.187.5])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AFB9C43D5A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Oct 2005 14:19:14 +0000 (GMT)
	(envelope-from Mark_Andrews@isc.org)
Received: from drugs.dv.isc.org (localhost [IPv6:::1])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by farside.isc.org (Postfix) with ESMTP id 386E4677FD
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Oct 2005 14:19:14 +0000 (UTC)
	(envelope-from marka@isc.org)
Received: from drugs.dv.isc.org (localhost [127.0.0.1])
	by drugs.dv.isc.org (8.13.4/8.13.1) with ESMTP id j9KEJBrD033935
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Oct 2005 00:19:11 +1000 (EST)
	(envelope-from marka@drugs.dv.isc.org)
Received: (from marka@localhost)
	by drugs.dv.isc.org (8.13.4/8.13.1/Submit) id j9KEJAkX033934;
	Fri, 21 Oct 2005 00:19:10 +1000 (EST)
	(envelope-from marka)
Message-Id: <200510201419.j9KEJAkX033934@drugs.dv.isc.org>
Date: Fri, 21 Oct 2005 00:19:10 +1000 (EST)
From: Mark Andrews <Mark_Andrews@isc.org>
Reply-To: Mark Andrews <Mark_Andrews@isc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: gssapi.h is not c++ aware
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87726
>Category:       bin
>Synopsis:       gssapi.h is not c++ aware
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dfr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 20 14:20:11 GMT 2005
>Closed-Date:    Sun Aug 05 09:42:56 UTC 2012
>Last-Modified:  Sun Aug 05 09:42:56 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-bugs->dfr 
Responsible-Changed-By: antoine 
Responsible-Changed-When: Thu May 15 21:20:57 UTC 2008 
Responsible-Changed-Why:  
Doug, it looks like you are gssapi(3) maintainer. 
Could you have a look at this PR?  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87726 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/87726: commit references a PR
Date: Fri, 16 May 2008 02:06:16 +0000 (UTC)

 dfr         2008-05-16 02:06:10 UTC
 
   FreeBSD src repository
 
   Modified files:
     include/gssapi       gssapi.h 
   Log:
   Make this c++ compatible.
   
   PR: 87726
   
   Revision  Changes    Path
   1.4       +4 -0      src/include/gssapi/gssapi.h
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: eadler 
State-Changed-When: Tue Mar 1 10:14:28 EST 2011 
State-Changed-Why:  
committed in head in 2008 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87726 
State-Changed-From-To: patched->closed 
State-Changed-By: dfr 
State-Changed-When: Sun Aug 5 09:41:47 UTC 2012 
State-Changed-Why:  
This was fixed in 2008 and the fix is present in all current releases. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87726 
>Unformatted:
