ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sysdeps.h
(Generate patch)

Comparing BasiliskII/src/Unix/sysdeps.h (file contents):
Revision 1.27 by nigel, 2003-11-18T11:14:43Z vs.
Revision 1.29 by cebix, 2004-01-12T15:29:25Z

# Line 1 | Line 1
1   /*
2   *  sysdeps.h - System dependent definitions for Unix
3   *
4 < *  Basilisk II (C) 1997-2002 Christian Bauer
4 > *  Basilisk II (C) 1997-2004 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 156 | Line 156 | typedef int64 intptr;
156   #endif
157  
158   #ifndef HAVE_LOFF_T
159 <   typedef off_t loff_t;
159 > typedef off_t loff_t;
160 > #endif
161 > #ifndef HAVE_CADDR_T
162 > typedef char * caddr_t;
163   #endif
164  
165   /* Time data type for Time Manager emulation */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines