diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-17 17:16:02 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-17 17:16:02 +0000 |
commit | 7d599b5aad7ff2a06f97eecbb5982572a93a5876 (patch) | |
tree | 6868d4d9c35e8ac86496e8b67e3cb9d7c1e0cbd6 | |
parent | dd105899e3f76054d89faf025c7e2db64a75d43b (diff) |
Formerly fsys-getroot.c.~8~
-rw-r--r-- | libdiskfs/fsys-getroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/fsys-getroot.c b/libdiskfs/fsys-getroot.c index c60e60a5..2a0ca806 100644 --- a/libdiskfs/fsys-getroot.c +++ b/libdiskfs/fsys-getroot.c @@ -38,7 +38,7 @@ diskfs_S_fsys_getroot (fsys_t controlport, mach_msg_type_name_t *returned_port_poly) { struct port_info *pt = ports_check_port_type (controlport, PT_CTL); - error_t error; + error_t error = 0; mode_t type; struct protid pseudocred; |