Changeset 523


Ignore:
Timestamp:
11/12/09 15:57:59 (3 years ago)
Author:
eagle
Message:

FreeBSD ifndef corrected

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ocat.c

    r514 r523  
    144144         if (CNF(logf)) 
    145145            fclose(CNF(logf)); 
    146          _exit(0); 
     146         exit(0); 
    147147   } 
    148148} 
  • trunk/src/ocat.h

    r514 r523  
    130130#ifdef __OpenBSD__ 
    131131#define OCAT_UNAME "_tor" 
    132 #elif __FreeBSD 
     132#elif __FreeBSD__ 
    133133#define OCAT_UNAME "_tor" 
    134134#else 
Note: See TracChangeset for help on using the changeset viewer.