blob: d80dd05dc3cadcaf4fc0083b5e2a841e6a9bb55a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- heirloom-devtools-070527/make/src/pmake.cc.old 2007-01-18 09:34:13.000000000 -0600
+++ heirloom-devtools-070527/make/src/pmake.cc 2017-12-12 04:21:31.058974256 -0600
@@ -46,7 +46,9 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/utsname.h>
+#ifdef _sun
#include <rpc/rpc.h> /* host2netname(), netname2host() */
+#endif
#include <unistd.h> /* getdomainname() */
/*
|