The Java Service Wrapper is an application which has evolved out of a desire to solve a number of problems common to many Java applications: - Run as a Windows Service or Unix Daemon - Application Reliability - Standard, Out of the Box Scripting - On Demand Restarts - Flexible Configuration - Ease Application Installations - Logging ok aja@
13 lines
475 B
Plaintext
13 lines
475 B
Plaintext
$OpenBSD: patch-src_c_logger_c,v 1.1.1.1 2013/07/10 14:40:29 jasper Exp $
|
|
--- src/c/logger.c.orig Tue Jul 2 14:22:31 2013
|
|
+++ src/c/logger.c Tue Jul 2 14:22:43 2013
|
|
@@ -76,7 +76,7 @@ typedef long intptr_t;
|
|
#elif defined(AIX) || defined(HPUX) || defined(MACOSX) || defined(OSF1)
|
|
#elif defined(IRIX)
|
|
#define PATH_MAX FILENAME_MAX
|
|
- #elif defined(FREEBSD)
|
|
+ #elif defined(FREEBSD) || defined(OPENBSD)
|
|
#include <sys/param.h>
|
|
#include <errno.h>
|
|
#else /* LINUX */
|