christos
|
56395b9694
|
change len from size_t to int so that len = fp->_r does not get promoted
to unsigned. cast len appropriately to size_t later.
|
1998-11-15 17:15:18 +00:00 |
kleink
|
caa80a1e72
|
Sloppy stdio stream lock tracking.
|
1998-09-07 14:31:57 +00:00 |
perry
|
c8bafd6265
|
remove obsolete register declarations
|
1998-02-03 18:38:12 +00:00 |
jtc
|
da2013ac86
|
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
can be made thread-safe.
|
1998-01-19 07:38:41 +00:00 |
christos
|
23312f88d4
|
Fix RCSID's
Fix gcc warnings.
Add prototypes for functions that were declared in more than one place
to local.h or extern.h and use that instead.
|
1997-07-13 20:14:49 +00:00 |
jtc
|
2ef4abe78f
|
change second arg of fgets() from size_t to int
|
1995-03-25 02:50:04 +00:00 |
jtc
|
255db7b26b
|
Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.
|
1995-02-02 02:09:03 +00:00 |
jtc
|
9c20f740a3
|
Declare rcsid strings so they are stored in text segment.
|
1993-08-26 00:43:03 +00:00 |
mycroft
|
e9d867ef50
|
Add RCS identifiers.
|
1993-08-01 17:54:45 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |