Warner Losh
6c3f552a31
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-31 05:11:47 +00:00
Alexander Langer
8abdc2eb40
Sweep through the tree fixing mmap() usage:
...
- Use MAP_FAILED instead of the constant -1 to indicate
failure (required by POSIX).
- Removed flag arguments of '0' (required by POSIX).
- Fixed code which expected an error return of 0.
- Fixed code which thought any address with the high bit set
was an error.
- Check for failure where no checks were present.
Discussed with: bde
1997-01-16 21:58:40 +00:00
Poul-Henning Kamp
da18dc1a65
Don't dump core on zero-size files.
1996-11-21 15:17:04 +00:00
Poul-Henning Kamp
a5c57c4040
Make the case where there is no changes look less fatal.
1996-11-17 08:11:18 +00:00
Poul-Henning Kamp
e534982b63
Check bogus and ignore against the relative name, not the absolute.
1996-11-16 22:05:46 +00:00
Poul-Henning Kamp
9c0f44a5b3
Improve mkctm.c so we can use it, and start using it.
...
This should help quite a bit on the load. Notice that
some minor changes in config files will be needed.
Contact me for details.
1996-11-16 19:30:14 +00:00
Poul-Henning Kamp
1bccdd4ade
Commit the right version of mkCTM, <:-)
...
Noticed by: "Philippe Charnier" <charnier@lirmm.fr>
1996-05-14 07:25:59 +00:00
Poul-Henning Kamp
15bc0feba3
Update to current reality.
...
mkctm.c can replace the guts of mkCTM if anybody feels like it...
1996-05-09 20:54:06 +00:00