diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2016-02-07 02:04:34 -0500 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-02-07 16:59:01 +0100 |
commit | fb08495170d43a9382e508c9f65f884576c4aa7c (patch) | |
tree | efaa1f4f509430444397344dd41e702d1cc401d2 /libfshelp/lock-init.c | |
parent | afea5285b0e40b68f97b47f0f0edc471b554fb34 (diff) | |
download | hurd-fb08495170d43a9382e508c9f65f884576c4aa7c.tar.gz hurd-fb08495170d43a9382e508c9f65f884576c4aa7c.tar.bz2 hurd-fb08495170d43a9382e508c9f65f884576c4aa7c.zip |
Remove libfshelp/trans.h and libfshelp/locks.h.
* libfshelp/locks.h: Remove.
* libfshelp/trans.h: Remove. struct transboot is not used anywhere.
* libfshelp/fetch-root.c: Adjust includes.
* libfshelp/lock-acquire.c: Likewise.
* libfshelp/lock-init.c: Likewise.
Diffstat (limited to 'libfshelp/lock-init.c')
-rw-r--r-- | libfshelp/lock-init.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libfshelp/lock-init.c b/libfshelp/lock-init.c index 21fb0d76..bb1f1f81 100644 --- a/libfshelp/lock-init.c +++ b/libfshelp/lock-init.c @@ -19,7 +19,9 @@ /* Written by Michael I. Bushnell. */ -#include "locks.h" +#include <sys/file.h> + +#include "fshelp.h" /* Initialize a lock box. */ void |