History log of /freebsd-10-stable/usr.bin/rpcgen/rpc_main.c
Revision Date Author Comments
# 309505 03-Dec-2016 ngie

MFC r298183,r304226:

r298183 (by araujo):

Use NULL for pointers.

strrchr(3) will return NULL if the character does not appears in
the string.

r304226 (by araujo):

Use nitems() from sys/param.h.


# 267444 13-Jun-2014 bdrewery

MFC r267174:

Fix some rpcgen sample file issues.

PR: 185582


# 267444 13-Jun-2014 bdrewery

MFC r267174:

Fix some rpcgen sample file issues.

PR: 185582