removed libc dependency

fixed compiling



git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2819 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
christian_u
2013-11-01 16:14:55 +00:00
parent 49e3927ada
commit 5d957a8c60
22 changed files with 99 additions and 79 deletions

View File

@@ -40,7 +40,7 @@ unit cd_rom;
interface
uses
Libc;
baseunix,unix;
type
__U8 = Byte;
@@ -51,8 +51,8 @@ type
*)
PRequest_sense = ^request_sense;
const
EDRIVE_CANT_DO_THIS = EOPNOTSUPP;
//const
// EDRIVE_CANT_DO_THIS = EOPNOTSUPP;
(*
The CD-ROM IOCTL commands -- these should be supported by }