comparison src/unexec.c @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 19dcec799385
children a300bb07d72d
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
188 188
189 # if defined(__lucid) && !defined(__STDC_EXTENDED__) 189 # if defined(__lucid) && !defined(__STDC_EXTENDED__)
190 # define __STDC_EXTENDED__ 1 190 # define __STDC_EXTENDED__ 1
191 # endif 191 # endif
192 192
193 # include <stddef.h>
194 # include <stdlib.h> 193 # include <stdlib.h>
195 # include <unistd.h> 194 # include <unistd.h>
196 # include <string.h> 195 # include <string.h>
197 196
198 # ifdef __lucid 197 # ifdef __lucid
286 285
287 #else /* not COFF */ 286 #else /* not COFF */
288 287
289 #ifdef __STDC__ 288 #ifdef __STDC__
290 #ifndef __sys_stdtypes_h 289 #ifndef __sys_stdtypes_h
291 #if !defined(_PTRDIFF_T) && !defined(_BSD_PTRDIFF_T_) 290 #ifndef _PTRDIFF_T
292 typedef long ptrdiff_t; 291 typedef long ptrdiff_t;
293 #endif 292 #endif
294 #endif 293 #endif
295 #ifndef HPUX 294 #ifndef HPUX
296 /* not sure where this for NetBSD should really go 295 /* not sure where this for NetBSD should really go