Changeset 593 for branches/append/server/memcached.c
- Timestamp:
- 07/10/07 05:39:02 (2 years ago)
- Files:
-
- 1 modified
-
branches/append/server/memcached.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/append/server/memcached.c
r590 r593 934 934 #endif /* HAVE_MALLOC_H */ 935 935 936 #if !defined(WIN32) ||!defined(__APPLE__)936 #if !defined(WIN32) && !defined(__APPLE__) 937 937 if (strcmp(subcommand, "maps") == 0) { 938 938 char *wbuf;
