From d9b3196d6c8f4fa0e7d0a4771040762edaebb1ee Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 23 May 2019 17:11:23 -0400 Subject: fsade: Refactor the POSIX.1e abstractions Since we're going to want to abstract more things that aren't part of POSIX.1e (like xattrs) in a similar way, let's give this a more generic name. And while we're at it, give it some more precise error reporting, and add some tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 65dcf47..868a011 100644 --- a/Makefile +++ b/Makefile @@ -73,11 +73,11 @@ bfs: \ dstring.o \ eval.o \ exec.o \ + fsade.o \ main.o \ mtab.o \ opt.o \ parse.o \ - posix1e.o \ printf.o \ spawn.o \ stat.o \ -- cgit v1.2.3