Changeset 570

Show
Ignore:
Timestamp:
06/20/07 01:21:45 (2 years ago)
Author:
plindner
Message:

Solaris portability fixes from Trond Norbye

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/ChangeLog

    r561 r570  
     12007-06-19  Paul Lindner  <lindner@mirth.inuus.com> 
     2 
     3        * Solaris portability fixes from Trond Norbye 
     4 
    152007-05-29  Paul Lindner  <lindner@mirth.inuus.com> 
    26 
  • trunk/server/memcached.c

    r552 r570  
    813813} 
    814814 
    815 inline void process_stats_detail(conn *c, const char *command) { 
     815inline static void process_stats_detail(conn *c, const char *command) { 
    816816    assert(c != NULL); 
    817817 
  • trunk/server/memcached.h

    r566 r570  
    109109    uint8_t         slabs_clsid;/* which slab class we're in */ 
    110110    uint8_t         nkey;       /* key length, w/terminating null and padding */ 
    111     void * end[0]; 
     111    void * end[]; 
    112112    /* then null-terminated key */ 
    113113    /* then " flags length\r\n" (no terminating null) */