Changeset 593 for branches/append

Show
Ignore:
Timestamp:
07/10/07 05:39:02 (2 years ago)
Author:
sgrimm
Message:

Fix a broken #ifdef condition

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/append/server/memcached.c

    r590 r593  
    934934#endif /* HAVE_MALLOC_H */ 
    935935 
    936 #if !defined(WIN32) || !defined(__APPLE__) 
     936#if !defined(WIN32) && !defined(__APPLE__) 
    937937    if (strcmp(subcommand, "maps") == 0) { 
    938938        char *wbuf;