version 1.1, 2012/02/21 23:16:02
|
version 1.1.1.2, 2013/07/22 00:32:35
|
Line 1
|
Line 1
|
/* $Id$ */ |
/* $Id$ */ |
/* MiniUPnP project |
/* MiniUPnP project |
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ |
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ |
* (c) 2006 Thomas Bernard | * (c) 2006 Thomas Bernard |
* This software is subject to the conditions detailed |
* This software is subject to the conditions detailed |
* in the LICENCE file provided within the distribution */ |
* in the LICENCE file provided within the distribution */ |
|
|
Line 10
|
Line 10
|
#include <syslog.h> |
#include <syslog.h> |
|
|
#include "getifstats.h" |
#include "getifstats.h" |
|
|
|
#if defined(__sun) |
|
/* solaris 10 does not define LOG_PERROR */ |
|
#define LOG_PERROR 0 |
|
#endif |
|
|
int |
int |
main(int argc, char **argv) |
main(int argc, char **argv) |