From fb08495170d43a9382e508c9f65f884576c4aa7c Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Sun, 7 Feb 2016 02:04:34 -0500 Subject: 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. --- libfshelp/lock-acquire.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libfshelp/lock-acquire.c') diff --git a/libfshelp/lock-acquire.c b/libfshelp/lock-acquire.c index f68c30a6..07df4283 100644 --- a/libfshelp/lock-acquire.c +++ b/libfshelp/lock-acquire.c @@ -19,7 +19,10 @@ /* Written by Michael I. Bushnell. */ -#include "locks.h" +#include +#include + +#include "fshelp.h" #define EWOULDBLOCK EAGAIN /* XXX */ -- cgit v1.2.3