From e84ab4ed0f2228695721f53b1c67aca84ab84f4c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 9 May 1994 19:22:03 +0000 Subject: Formerly hurd_types.h.~91~ --- hurd/hurd_types.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'hurd') diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index 25a0a496..89bf84a5 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -23,8 +23,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include /* For mach_port_t et al. */ #include /* For pid_t and uid_t. */ -/* A string identifying this release of the GNU Hurd. */ -#define HURD_RELEASE "0.0" +/* A string identifying this release of the GNU Hurd. Our + interpretation of the term "release" is that it refers to a set of + server interface definitions. A "version" in Posix terminology is + a distribution of the Hurd; there may be more than one distribution + without changing the release number. */ +#define HURD_RELEASE "0.0 pre-alpha" typedef mach_port_t file_t; typedef mach_port_t fsys_t; -- cgit v1.2.3