From ca6e5c4072fa1f34df4a9bd63bf4ec4ccd56ed1f Mon Sep 17 00:00:00 2001 From: jshepher <> Date: Sat, 4 Dec 2004 00:56:15 +0000 Subject: [PATCH] Got rid of useless GNUC define. Let the macros take care of it. --- libnix/sources/nix/extra/fstat.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libnix/sources/nix/extra/fstat.c b/libnix/sources/nix/extra/fstat.c index d5d557b..b42810e 100755 --- a/libnix/sources/nix/extra/fstat.c +++ b/libnix/sources/nix/extra/fstat.c @@ -10,11 +10,6 @@ extern void __seterrno(void); int fstat(int d,struct stat *buf) { extern int __stat(struct stat *buf,struct FileInfoBlock *fib); -#if defined (__GNUC__) - #undef DOS_BASE_NAME - #define DOS_BASE_NAME dosbase - register APTR dosbase __asm("a6") = DOSBase; -#endif StdFileDes *fp = _lx_fhfromfd(d); struct FileInfoBlock *fib; LONG pos,len,fh;