Code clean up:
Added missing headers for system functions.
This commit is contained in:
parent
2fdaa11e37
commit
0eb3435311
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16095
@ -28,11 +28,13 @@
|
||||
*/
|
||||
|
||||
#ifndef LINT
|
||||
static char *rcsid = "$Id: xdryp.c,v 1.3 1995/04/02 19:58:29 wpaul Exp $";
|
||||
static char *rcsid = "$Id: xdryp.c,v 1.5 1996/02/04 05:05:43 wpaul Exp $";
|
||||
#endif
|
||||
|
||||
#include <rpc/rpc.h>
|
||||
#include <rpcsvc/yp.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
extern int (*ypresp_allfn)();
|
||||
extern void *ypresp_data;
|
||||
|
Loading…
Reference in New Issue
Block a user