diff --git a/rtl/beos/syscall.inc b/rtl/beos/syscall.inc index b41a484742..bda06747bf 100644 --- a/rtl/beos/syscall.inc +++ b/rtl/beos/syscall.inc @@ -76,18 +76,3 @@ begin errno := 0; end; end; - - -{ - $Log: syscall.inc,v $ - Revision 1.1 2003/01/08 22:32:28 marco - * Small fixes and quick merge with 1.0.x. At least the compiler builds now, - but it could crash hard, since there are lots of unimplemented funcs. - - Revision 1.1.2.2 2001/08/15 01:08:25 carl - * added SysCall(0 routine here as well as argument declarations - - Revision 1.1.2.1 2001/07/13 03:16:03 carl - + static kernel call interface (CPU specific) - -} diff --git a/rtl/beos/sysheap.inc b/rtl/beos/sysheap.inc index b068fc641e..8672f53931 100644 --- a/rtl/beos/sysheap.inc +++ b/rtl/beos/sysheap.inc @@ -34,19 +34,3 @@ begin end; - -{ - $Log: sysheap.inc,v $ - Revision 1.1 2005/02/07 22:04:55 peter - * moved to unix - - Revision 1.1 2005/02/06 16:57:18 peter - * threads for go32v2,os,emx,netware - - Revision 1.1 2005/02/06 13:06:20 peter - * moved file and dir functions to sysfile/sysdir - * win32 thread in systemunit - -} - - diff --git a/rtl/win/sysdir.inc b/rtl/win/sysdir.inc index 1925f2a46d..0e1974ecc7 100644 --- a/rtl/win/sysdir.inc +++ b/rtl/win/sysdir.inc @@ -111,14 +111,3 @@ begin Dir:='\'; {$endif WINCE} end; - -{ - $Log: sysdir.inc,v $ - Revision 1.2 2005/02/14 17:13:32 peter - * truncate log - - Revision 1.1 2005/02/06 13:06:20 peter - * moved file and dir functions to sysfile/sysdir - * win32 thread in systemunit - -}