1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.bin/rpcgen
dv 134d7b1ef9 rpcgen(1): default to "STDIN" as input file when compiling to headers.
FreeBSD, NetBSD, and GNU all use a variation of "STDIN" as the
default input filename when compiling to header files (-h) to prevent
a NULL-pointer deference. Adopt a similar approach.

ok millert@
2024-07-22 17:55:18 +00:00
..
Makefile
rpc_clntout.c
rpc_cout.c Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
rpc_hout.c
rpc_main.c rpcgen(1): default to "STDIN" as input file when compiling to headers. 2024-07-22 17:55:18 +00:00
rpc_parse.c
rpc_parse.h
rpc_sample.c
rpc_scan.c
rpc_scan.h
rpc_svcout.c What kind of Sun idiot called open() with flags of "2". 2021-10-24 21:27:07 +00:00
rpc_tblout.c
rpc_util.c
rpc_util.h
rpcgen.1