tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libc
/
nls
/
at
jcs
7 files
Makefile.inc
Use new framework for wrapping cat{open,gets,close}(), eliminating _cat* in the process.
10 years ago
catclose.3
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
13 years ago
catclose.c
Use new framework for wrapping cat{open,gets,close}(), eliminating _cat* in the process.
10 years ago
catgets.3
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
13 years ago
catgets.c
Use new framework for wrapping cat{open,gets,close}(), eliminating _cat* in the process.
10 years ago
catopen.3
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
13 years ago
catopen.c
ntohl() returns uint32_t so it cannot be < 0. Since we're storing the result in an int check for > INT_MAX instead. OK bluhm@
9 years ago