Changeset 3823 for trunk/libc/src/fbsdlibc/net/nsparser.c
- Timestamp:
- Feb 27, 2014, 1:35:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/src/fbsdlibc/net/nsparser.c
r1505 r3823 1267 1267 if ((strcasecmp(elem, NSSRC_COMPAT) == 0) || 1268 1268 (strcasecmp(curdbt.srclist[0].name, NSSRC_COMPAT) == 0)) { 1269 #ifndef __ EMX__1269 #ifndef __IN_KLIBC__ 1270 1270 syslog(LOG_ERR, 1271 1271 "NSSWITCH(nsparser): %s line %d: 'compat' used with other sources", … … 1277 1277 for (i = 0; i < curdbt.srclistsize; i++) { 1278 1278 if (strcasecmp(curdbt.srclist[i].name, elem) == 0) { 1279 #ifndef __ EMX__1279 #ifndef __IN_KLIBC__ 1280 1280 syslog(LOG_ERR, 1281 1281 "NSSWITCH(nsparser): %s line %d: duplicate source '%s'",
Note:
See TracChangeset
for help on using the changeset viewer.