glibc/nss/nss_db
Andreas Jaeger 2c040eff83 Add missing include file
Compiling on Linux/i586 I get these warnings:
nss_db/db-initgroups.c:60:3: warning: implicit declaration of function
'strlen' [-Wimplicit-function-declaration]
nss_db/db-initgroups.c:74:7: warning: implicit declaration of function
'strncmp' [-Wimplicit-function-declaration]

Fixed with inclusion of <string.h>
2012-04-06 21:09:36 +02:00
..
db-XXX.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
db-init.c Add missing string.h include for strcpy calls. 2012-03-13 00:41:37 -07:00
db-initgroups.c Add missing include file 2012-04-06 21:09:36 +02:00
db-netgrp.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
db-open.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
nss_db.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00