autofs: Fix a comment on autofs_args

mount_autofs(8) also uses this.
mount_autofs(8) was added by NetBSD as an optional command (not needed to use autofs).
This commit is contained in:
tkusumi 2019-11-23 08:30:39 +00:00
parent 5957c9625e
commit 7d3af7ae88
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autofs_mount.h,v 1.2 2018/01/14 22:43:18 christos Exp $ */
/* $NetBSD: autofs_mount.h,v 1.3 2019/11/23 08:30:39 tkusumi Exp $ */
/*-
* Copyright (c) 2017 The NetBSD Foundation, Inc.
@ -36,7 +36,6 @@
/*
* Arguments to mount autofs filesystem.
* This structure should only be used by automount(8).
*/
struct autofs_args {
char *from;