From ea07c6176c6a6bd09877820e65e892acb46e36fb Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 29 Oct 2007 21:23:14 +0000 Subject: [PATCH] - $Log$ killed git-svn-id: trunk@8995 - --- rtl/beos/syscall.inc | 15 --------------- rtl/beos/sysheap.inc | 16 ---------------- rtl/win/sysdir.inc | 11 ----------- 3 files changed, 42 deletions(-) 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 - -}