Michal Mazurek wrote:
> ok?
> 
> Index: sbin/mount/getmntopts.c
> ===================================================================
> RCS file: /cvs/src/sbin/mount/getmntopts.c,v
> retrieving revision 1.12
> diff -u -p -r1.12 getmntopts.c
> --- sbin/mount/getmntopts.c   16 Jan 2015 06:39:59 -0000      1.12
> +++ sbin/mount/getmntopts.c   7 Sep 2016 17:29:37 -0000
> @@ -31,11 +31,9 @@
>   */
>  
>  #include <sys/types.h>
> -#include <sys/mount.h>

I think this is too far. mntopts.h definitely uses defines from here, it
should be considered a prerequisite even if this file doesn't use them
at present. Otherwise looks ok.

Reply via email to