diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-04-29 20:29:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-29 20:29:05 +0000 |
commit | f3d21420262e9af3beec8c7943be9e9f90cf6208 (patch) | |
tree | 5648d24c61d34e83181c7c6085742bdee09b190c /hurd | |
parent | 9908e6a8aefdfa82af78de8dc01b3070c09dd13b (diff) |
Formerly hurd_types.h.~89~
Diffstat (limited to 'hurd')
-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; |