aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h
index cfb7427cf06..79b0f42946c 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -24,5 +24,9 @@
24#endif /* GCC */ 24#endif /* GCC */
25 25
26#undef LIBS_SYSTEM 26#undef LIBS_SYSTEM
27#define LIBS_SYSTEM -lsocket -lnsl -lkstat -lkvm -lelf 27#define LIBS_SYSTEM -lsocket -lnsl -lkstat
28#define HAVE_VFORK 28#define HAVE_VFORK
29
30/* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root.
31 ghazi@caip.rutgers.edu, 7/21/97. */
32#define HAVE_LIBKSTAT