summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-09 19:22:03 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-09 19:22:03 +0000
commite84ab4ed0f2228695721f53b1c67aca84ab84f4c (patch)
tree06a6af4bde89b937fe84fd78330588d305cf68d1 /hurd
parent0c807f4db9f73d9d118b8bf22f3d69b8ac9e2fce (diff)
Formerly hurd_types.h.~91~
Diffstat (limited to 'hurd')
-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;