sysent.h is installed as sys/sysent.h, so reflect it.

Approved by:	re (kensmith)
Spotted by:	Changming Sun <changming at staff.sina.com.cn>
Sponsored by:	SINA Corporation
This commit is contained in:
Xin LI 2007-08-23 09:38:26 +00:00
parent 7f368082ad
commit f87730d4b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171931

View File

@ -624,7 +624,7 @@ s_output(int argc, const char *argv[], const char *infile, const char *define,
if (inetdflag || pmflag) {
f_print(fout, "#ifdef __cplusplus\n");
f_print(fout,
"#include <sysent.h> /* getdtablesize, open */\n");
"#include <sys/sysent.h> /* getdtablesize, open */\n");
f_print(fout, "#endif /* __cplusplus */\n");
}
if (tirpcflag) {