diff options
-rw-r--r-- | hurd/hurd_types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index 2ba026d4..bfc1a2db 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -23,6 +23,9 @@ 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" + typedef mach_port_t file_t; typedef mach_port_t fsys_t; typedef mach_port_t io_t; |