summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-04-22 09:01:48 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-04-22 09:01:48 -0400
commit894aead8fcecffd99339f2825ce71bede7ec9695 (patch)
treee832999b9402ebc3db6fb8bbc553b0dcd7300726 /eval.c
parent5382942fc080c0d8f8664f64f0a5709ca9886ccd (diff)
downloadbfs-894aead8fcecffd99339f2825ce71bede7ec9695.tar.xz
pwcache: Rename from passwd.[ch]
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index bdf4d99..a4cb8f3 100644
--- a/eval.c
+++ b/eval.c
@@ -28,8 +28,8 @@
#include "exec.h"
#include "fsade.h"
#include "mtab.h"
-#include "passwd.h"
#include "printf.h"
+#include "pwcache.h"
#include "stat.h"
#include "time.h"
#include "trie.h"