1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games/mille
deraadt df69c215c7 When system calls indicate an error they return -1, not some arbitrary
value < 0.  errno is only updated in this case.  Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.
2019-06-28 13:32:41 +00:00
..
comp.c ANSIfy mille(6) 2016-01-08 18:09:59 +00:00
end.c ANSIfy mille(6) 2016-01-08 18:09:59 +00:00
extern.c Headers cleanup and also the following: 2016-01-08 18:05:58 +00:00
init.c ANSIfy mille(6) 2016-01-08 18:09:59 +00:00
Makefile
mille.6 obvious cases of missing .An; 2014-09-08 01:27:54 +00:00
mille.c ANSIfy mille(6) 2016-01-08 18:09:59 +00:00
mille.h Headers cleanup and also the following: 2016-01-08 18:05:58 +00:00
misc.c ANSIfy mille(6) 2016-01-08 18:09:59 +00:00
move.c ANSIfy mille(6) 2016-01-08 18:09:59 +00:00
print.c ANSIfy mille(6) 2016-01-08 18:09:59 +00:00
roll.c ANSIfy mille(6) 2016-01-08 18:09:59 +00:00
save.c When system calls indicate an error they return -1, not some arbitrary 2019-06-28 13:32:41 +00:00
types.c ANSIfy mille(6) 2016-01-08 18:09:59 +00:00
varpush.c When system calls indicate an error they return -1, not some arbitrary 2019-06-28 13:32:41 +00:00