Ignore:
Timestamp:
Feb 27, 2014, 1:35:25 AM (11 years ago)
Author:
bird
Message:

More openwatcom porting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/fbsdlibc/net/nsparser.c

    r1505 r3823  
    12671267                if ((strcasecmp(elem, NSSRC_COMPAT) == 0) ||
    12681268                    (strcasecmp(curdbt.srclist[0].name, NSSRC_COMPAT) == 0)) {
    1269 #ifndef __EMX__
     1269#ifndef __IN_KLIBC__
    12701270                        syslog(LOG_ERR,
    12711271            "NSSWITCH(nsparser): %s line %d: 'compat' used with other sources",
     
    12771277        for (i = 0; i < curdbt.srclistsize; i++) {
    12781278                if (strcasecmp(curdbt.srclist[i].name, elem) == 0) {
    1279 #ifndef __EMX__
     1279#ifndef __IN_KLIBC__
    12801280                        syslog(LOG_ERR,
    12811281                       "NSSWITCH(nsparser): %s line %d: duplicate source '%s'",
Note: See TracChangeset for help on using the changeset viewer.