Changeset 172


Ignore:
Timestamp:
Apr 14, 2009, 4:56:39 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Remove superfluos exists() macro in startstop.c (SWAT)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/web/startstop.c

    r171 r172  
    2121#ifdef __OS2__
    2222#include "process.h"
    23 #define exists(filename) (!access(filename, F_OK))
    2423#define SWAT_HELPER(WHAT, WHO)        slprintf(binfile, sizeof(pstring) - 1, "swathelp.cmd"); \
    2524                                      int rc; \
Note: See TracChangeset for help on using the changeset viewer.