From 57257d8f67b8c8c9f377b605363916a58d3abe83 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Jul 1999 01:50:15 +0000 Subject: 1999-07-10 Roland McGrath * netfs.c: Add #include for munmap decl. * ccache.c: Likewise. --- ftpfs/ccache.c | 1 + ftpfs/netfs.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'ftpfs') diff --git a/ftpfs/ccache.c b/ftpfs/ccache.c index 98b568ae..c1e14a98 100644 --- a/ftpfs/ccache.c +++ b/ftpfs/ccache.c @@ -20,6 +20,7 @@ #include #include +#include #include diff --git a/ftpfs/netfs.c b/ftpfs/netfs.c index f1f97bb1..a7c8f7a0 100644 --- a/ftpfs/netfs.c +++ b/ftpfs/netfs.c @@ -23,6 +23,7 @@ #include #include #include +#include #include @@ -79,7 +80,7 @@ netfs_attempt_utimes (struct iouser *cred, struct node *node, } else flags |= TOUCH_ATIME; - + if (mtime) { node->nn_stat.st_mtime = mtime->tv_sec; @@ -87,7 +88,7 @@ netfs_attempt_utimes (struct iouser *cred, struct node *node, } else flags |= TOUCH_MTIME; - + fshelp_touch (&node->nn_stat, flags, ftpfs_maptime); } -- cgit v1.2.3