The NetBSD Project

CVS log for pkgsrc/security/gsasl/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / security / gsasl

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2012Q1


Revision 1.16 / (download) - annotate - [select for diffs], Thu Nov 24 09:04:18 2011 UTC (12 years, 4 months ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

security/gsasl: Remove windows function

gss-extra.c fails compilation on DragonFly:
line 43: error: unexpected identifier or '(' before '&' token

It's on code that is only intended for a windows target. Gentoo patched
it by wrapping it in "if (defined _WIN32 || defined __WIN32__)" macro
which is effectively the same is deleting the definition completely,
which is what is being done here.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>