On Wed, Sep 14, 2011 at 1:58 PM, Jay Soffian <jaysoffian@xxxxxxxxx> wrote: > diff --git a/contrib/credential-osxkeychain/git-credential-osxkeychain.c b/contrib/credential-osxkeychain/git-credential-osxkeychain.c > new file mode 100644 > index 0000000000..64bcc636cb > --- /dev/null > +++ b/contrib/credential-osxkeychain/git-credential-osxkeychain.c > > [...] > > +int find_internet_password(SecProtocolType protocol, > + char *hostname, > + char *username) > +{ > + void *password_buf; > + UInt32 password_len; > + OSStatus status; > + char *password; > + int free_username; int free_username = 0; j. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html