From df07fb73be98dc1087346c184877666970a88f4a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 10 Feb 2016 23:27:55 -0600 Subject: Wean scripts/install.c off toys.h so cross compiling less brittle. --- lib/lsm.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/lsm.h') diff --git a/lib/lsm.h b/lib/lsm.h index aacabe08..d7e7de9c 100644 --- a/lib/lsm.h +++ b/lib/lsm.h @@ -3,8 +3,6 @@ * Copyright 2015 Rob Landley */ -#ifndef BUILD_FOR_HOST - #if CFG_TOYBOX_SELINUX #include #else @@ -115,5 +113,3 @@ static inline int lsm_fget_context(int file, char **context) return smack_new_label_from_file(file, XATTR_NAME_SMACK, context); return fgetfilecon(file, context); } - -#endif // BUILD_FOR_HOST -- cgit v1.2.3