diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-04 18:17:54 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-05 13:40:08 +0200 |
commit | e27425e63392683b85101961489a83e0abef133b (patch) | |
tree | 19f3df8c48ab61a069fa661c5973af8ee6925678 /libdiskfs/priv.h | |
parent | f274c66b2141aca0f332e272b77cd0a048cef7f6 (diff) | |
download | hurd-e27425e63392683b85101961489a83e0abef133b.tar.gz hurd-e27425e63392683b85101961489a83e0abef133b.tar.bz2 hurd-e27425e63392683b85101961489a83e0abef133b.zip |
libdiskfs: fix receiver lookup
* libdiskfs/Makefile (exec_startup-MIGSFLAGS): New variable.
* libdiskfs/diskfs.h (struct bootinfo): New struct declaration.
(diskfs_begin_using_bootinfo_port): New function.
(diskfs_end_using_bootinfo): Likewise.
* libdiskfs/fsmutations.h: Add mutators for exec_startup_t.
* libdiskfs/priv.h (bootinfo_t): New type declaration to appease mig.
* libdiskfs/boot-start.c (S_exec_startup_get_info): Fix receiver lookup.
Diffstat (limited to 'libdiskfs/priv.h')
-rw-r--r-- | libdiskfs/priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index b41fa43e..4363a00a 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -74,6 +74,7 @@ extern int _diskfs_diskdirty; /* Needed for MiG. */ typedef struct protid *protid_t; typedef struct diskfs_control *control_t; +typedef struct bootinfo *bootinfo_t; /* Actually read or write a file. The file size must already permit the requested access. NP is the file to read/write. DATA is a buffer |