]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove definition of _PATH_RWHODIR. Include <paths.h> instead.
authorUlrich Drepper <drepper@redhat.com>
Tue, 21 Jul 1998 12:17:02 +0000 (12:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 21 Jul 1998 12:17:02 +0000 (12:17 +0000)
inet/protocols/rwhod.h

index 4ce44906a0d87bb7f3bb9bf2454c39c6e7c9e70f..f593f41d4a7162865256605e433ce0c8b2c0a7dc 100644 (file)
@@ -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 /* !_RWHOD_H_ */