2009-01-17 19:21 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* source/rtl/hbproces.c
    ! Added header for Darwin to cover kill() call.
This commit is contained in:
Viktor Szakats
2009-01-17 18:21:41 +00:00
parent 507ea35468
commit be621dfd81
2 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-01-17 19:21 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* source/rtl/hbproces.c
! Added header for Darwin to cover kill() call.
2009-01-17 03:39 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbgtcore.h
* harbour/source/rtl/hbgtcore.c

View File

@@ -74,6 +74,10 @@
# include <fcntl.h>
#endif
#if defined( HB_OS_DARWIN )
# include <signal.h>
#endif
#if defined( HB_OS_OS2 ) || defined( HB_OS_UNIX ) || \
( defined( HB_OS_WIN_32 ) && !defined( HB_IO_WIN ) )
@@ -98,7 +102,7 @@ static char ** hb_buildArgs( const char *pszFilename )
if( src[ 1 ] )
++src;
}
else
else
#endif
if( *src == cQuote )
cQuote = 0;