make rresvport always quiet, rcmd do perror on failure;
[unix-history] / usr / src / lib / libc / stdio / fakcu.c
CommitLineData
b8f253e8
KM
1#ifndef lint
2static char sccsid[] = "@(#)fakcu.c 5.1 (Berkeley) %G%";
3#endif not lint
316a2574
MK
4
5/*
6 * Null cleanup routine to resolve reference in exit()
7 * if not using stdio.
8 */
9_cleanup()
10{
11}