diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-04-22 09:01:48 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-04-22 09:01:48 -0400 |
commit | 894aead8fcecffd99339f2825ce71bede7ec9695 (patch) | |
tree | e832999b9402ebc3db6fb8bbc553b0dcd7300726 /parse.c | |
parent | 5382942fc080c0d8f8664f64f0a5709ca9886ccd (diff) | |
download | bfs-894aead8fcecffd99339f2825ce71bede7ec9695.tar.xz |
pwcache: Rename from passwd.[ch]
Diffstat (limited to 'parse.c')
-rw-r--r-- | parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,8 +31,8 @@ #include "expr.h" #include "fsade.h" #include "mtab.h" -#include "passwd.h" #include "printf.h" +#include "pwcache.h" #include "spawn.h" #include "stat.h" #include "time.h" |