<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/osd.c	2007-07-13 22:18:20.000000000 +0000
+++ src/osd.c.new	2008-09-29 04:30:16.000000000 +0000
@@ -516,7 +516,7 @@
 # if defined (WIN32) || defined (OS2) &amp;&amp; defined (__IBMC__)
   int pid = _getpid ();
 # else
-  __pid_t pid = getpid ();
+  pid_t pid = getpid ();
 # endif
 
   return (int) pid;
</pre></body></html>