Bug 87726 - gssapi.h is not c++ aware
Summary: gssapi.h is not c++ aware
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 4.11-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: dfr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-20 15:20 UTC by Mark Andrews
Modified: 2012-08-05 10:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Andrews 2005-10-20 15:20:11 UTC
	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.

Fix: 

Add __BEGIN_DECLS and __END_DECLS appropriately.  Define them
	if necessary.
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2008-05-15 22:20:57 UTC
Responsible Changed
From-To: freebsd-bugs->dfr

Doug, it looks like you are gssapi(3) maintainer. 
Could you have a look at this PR?  Thanks.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-16 03:06:16 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"
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2011-03-01 15:14:28 UTC
State Changed
From-To: open->patched

committed in head in 2008
Comment 4 dfr freebsd_committer freebsd_triage 2012-08-05 10:41:47 UTC
State Changed
From-To: patched->closed

This was fixed in 2008 and the fix is present in all current releases.