You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/libnfsidmap/files/libnfsidmap-0.21-headers.patch

23 lines
438 B

for toupper and such
--- a/nss.c
+++ b/nss.c
@@ -34,6 +34,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <ctype.h>
#include <sys/types.h>
#include <errno.h>
#include <unistd.h>
--- a/libnfsidmap.c
+++ b/libnfsidmap.c
@@ -37,6 +37,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <ctype.h>
#include <sys/types.h>
#include <errno.h>
#include <unistd.h>