From: Ulrich Drepper Date: Tue, 21 Jul 1998 12:17:02 +0000 (+0000) Subject: Remove definition of _PATH_RWHODIR. Include instead. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23ace48189d4407004c4591de9451b916cf7d47;p=thirdparty%2Fglibc.git Remove definition of _PATH_RWHODIR. Include instead. --- diff --git a/inet/protocols/rwhod.h b/inet/protocols/rwhod.h index 4ce44906a0d..f593f41d4a7 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 . */ +#include #endif /* !_RWHOD_H_ */