summaryrefslogtreecommitdiffstats
path: root/sys/fs/autofs/autofs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/autofs/autofs.h')
-rw-r--r--sys/fs/autofs/autofs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/autofs/autofs.h b/sys/fs/autofs/autofs.h
index 2c72645..89789fd 100644
--- a/sys/fs/autofs/autofs.h
+++ b/sys/fs/autofs/autofs.h
@@ -97,7 +97,7 @@ struct autofs_request {
char ar_prefix[MAXPATHLEN];
char ar_key[MAXPATHLEN];
char ar_options[MAXPATHLEN];
- struct callout ar_callout;
+ struct timeout_task ar_task;
volatile u_int ar_refcount;
};
OpenPOWER on IntegriCloud