summaryrefslogtreecommitdiff
path: root/hurd/hurd_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/hurd_types.h')
-rw-r--r--hurd/hurd_types.h8
1 files changed, 6 insertions, 2 deletions
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 <mach/std_types.h> /* For mach_port_t et al. */
#include <sys/types.h> /* 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;