summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-08-23 09:38:26 +0000
committerdelphij <delphij@FreeBSD.org>2007-08-23 09:38:26 +0000
commit78fc8a36f52cf5cded93253680e57b194bba687e (patch)
tree165725ceebbf77e5f2dabc6bf79f465269a08252 /usr.bin
parent6853d1aa5a98187fa789b713f33d1418a3a5e4f1 (diff)
downloadFreeBSD-src-78fc8a36f52cf5cded93253680e57b194bba687e.zip
FreeBSD-src-78fc8a36f52cf5cded93253680e57b194bba687e.tar.gz
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
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rpcgen/rpc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c
index 81e722e..fb3813f 100644
--- a/usr.bin/rpcgen/rpc_main.c
+++ b/usr.bin/rpcgen/rpc_main.c
@@ -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) {
OpenPOWER on IntegriCloud