Author: rjung
Date: Sun Jun 24 12:40:31 2007
New Revision: 550277
URL: http://svn.apache.org/viewvc?view=rev&rev=550277
Log:
Small addition for r549224.
Modified:
tomcat/connectors/trunk/jk/native/common/portable.h.sample
Modified: tomcat/connectors/trunk/jk/native/common/portable.h.sample
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/portable.h.sample?view=diff&rev=550277&r1=550276&r2=550277
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/portable.h.sample (original)
+++ tomcat/connectors/trunk/jk/native/common/portable.h.sample Sun Jun 24
12:40:31 2007
@@ -80,6 +80,9 @@
/* The size of `long long', as computed by sizeof. */
#define SIZEOF_LONG_LONG 8
+/* The size of pid_t */
+#define SIZEOF_PID_T 4
+
/* The size of `short', as computed by sizeof. */
#define SIZEOF_SHORT 2
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]