diff options
Diffstat (limited to 'Documentation/filesystems/autofs.rst')
| -rw-r--r-- | Documentation/filesystems/autofs.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Documentation/filesystems/autofs.rst b/Documentation/filesystems/autofs.rst index 4f490278d22f..3b6e38e646cd 100644 --- a/Documentation/filesystems/autofs.rst +++ b/Documentation/filesystems/autofs.rst @@ -467,7 +467,7 @@ Each ioctl is passed a pointer to an `autofs_dev_ioctl` structure::  			struct args_ismountpoint	ismountpoint;  		}; -                char path[0]; +                char path[];          };  For the **OPEN_MOUNT** and **IS_MOUNTPOINT** commands, the target | 
