diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-31 20:34:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-31 20:34:24 +0000 |
commit | d28b2f59b167ffc3ea1d04945b2ef8ac399934fe (patch) | |
tree | 702f7f7d9b55d73ce7da176519d9e3e36cfe4ee0 /fstests/fstests.c | |
parent | 0a319c5c35e259166af2d39b25f25ddf0c40c72c (diff) |
Formerly fstests.c.~12~
Diffstat (limited to 'fstests/fstests.c')
-rw-r--r-- | fstests/fstests.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fstests/fstests.c b/fstests/fstests.c index af805f77..74b64c28 100644 --- a/fstests/fstests.c +++ b/fstests/fstests.c @@ -28,6 +28,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <fcntl.h> #include <errno.h> +mach_port_t _hurd_msgport = MACH_PORT_NULL; + void main () { |