Skip to content

Fix two batches of warnings

We've had these patches in Gentoo forever, apparently, and was happy to see the new upstream! Enjoyed reading https://blog.josefsson.org/2022/07/14/towards-pluggable-gss-api-modules/ and hearing about a solution to a problem which has bothered me for a while (as a distribution person, as it's hard to correctly give users the choice) is lovely news! Thank you!

  1. Fix implicit function declarations:
* g_initialize.c:275:5: warning: implicit declaration of function 'getuid' [-Wimplicit-function-declaration]
* g_initialize.c:275:5: warning: implicit declaration of function 'geteuid' [-Wimplicit-function-declaration]
  1. Fix a missing function prototype.
Edited by Sam James

Merge request reports

Loading