about summary refs log tree commit diff
path: root/inet/protocols/rwhod.h
diff options
context:
space:
mode:
Diffstat (limited to 'inet/protocols/rwhod.h')
-rw-r--r--inet/protocols/rwhod.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inet/protocols/rwhod.h b/inet/protocols/rwhod.h
index e5d9f991a8..ad790fc9a9 100644
--- a/inet/protocols/rwhod.h
+++ b/inet/protocols/rwhod.h
@@ -65,6 +65,7 @@ struct	whod {
 #define	WHODVERSION	1
 #define	WHODTYPE_STATUS	1		/* host status */
 
-#define	_PATH_RWHODIR	"/var/rwho"
+/* We used to define _PATH_RWHOD here but it's now in <paths.h>.  */
+#include <paths.h>
 
 #endif /* protocols/rwhod.h */