|
67f394c1
|
1998-03-15T11:09:10
|
|
Use #if, not #ifdef with HAVE_ macros
|
|
4ba0abaf
|
1998-02-19T21:28:38
|
|
[__DJGPP__]: Add missing typedef for daddr_t.
|
|
6377e850
|
1998-01-12T08:13:39
|
|
Include sys/param.h only #if HAVE_SYS_PARAM_H.
Move function-spanning `#if ...BSIZE' stmt to follow inclusion of
sys/param.h since BSIZE is sometimes defined in sys/param.h.
Based on a patch from Philippe De Muyter.
|
|
1cc4ba44
|
1997-11-30T10:24:20
|
|
(st_blocks): long -> off_t.
Avoid arithmetic overflow when size is near max.
Depend on _POSIX_SOURCE and BSIZE, not _POSIX_VERSION, for
compatibility with system.h.
(BSIZE): Remove definition, since if BSIZE is not defined
we're never invoked.
|
|
ef1a7364
|
1997-06-03T20:01:47
|
|
[HAVE_UNISTD_H]: Include unistd.h.
John Gatewood Ham reported that this is necessary for DJGPP/Win95.
|
|
6d8337bf
|
1996-07-15T03:36:16
|
|
update FSF address in copyright
|
|
04407723
|
1996-04-28T21:41:20
|
|
Indent CPP conditionals.
|
|
cd192cd5
|
1996-04-28T21:34:00
|
|
[HAVE_ST_BLOCKS || _POSIX_VERSION]: Add extern dcl
of unused variable so that after preprocessing, the file will never
be empty. Otherwise, some compilers in ANSI mode (among them, the
Dec Alpha OSF 2.0 C compiler) reject empty files. From Kaveh Ghazi.
|
|
ad77a609
|
1995-10-18T15:57:50
|
|
Use _POSIX_VERSION, not _POSIX_SOURCE.
|
|
300424a2
|
1994-10-02T05:43:03
|
|
merge with 3.9h
|
|
c70c08f9
|
1993-10-17T22:31:39
|
|
[!NINDIR]: Define BSIZE only if it's not already defined.
|
|
d87c3946
|
1992-10-31T20:42:48
|
|
Initial revision
|