CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/10 07:50:04
Modified files:
games/fortune/fortune: fortune.c
Log message:
replace open(path, 0) with open(path, O_RDONLY). amazing to still find
sloppiness like this.
CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/10 07:50:04
Modified files:
games/fortune/fortune: fortune.c
Log message:
replace open(path, 0) with open(path, O_RDONLY). amazing to still find
sloppiness like this.