svn commit: r361711 - head/sys/kern

Ryan Moeller freqlabs at FreeBSD.org
Tue Jun 2 00:25:24 UTC 2020


On 6/1/20 8:03 PM, Rick Macklem wrote:

> Author: rmacklem
> Date: Tue Jun  2 00:03:26 2020
> New Revision: 361711
> URL: https://svnweb.freebsd.org/changeset/base/361711
>
> Log:
>    Fix build issue introduced by r361699.
Oops, that was easily avoidable. :/ Thanks for picking up the pieces.
>    
>    Reported by:	cy (and others)
>
> Modified:
>    head/sys/kern/vfs_mount.c
>
> Modified: head/sys/kern/vfs_mount.c
> ==============================================================================
> --- head/sys/kern/vfs_mount.c	Mon Jun  1 23:44:03 2020	(r361710)
> +++ head/sys/kern/vfs_mount.c	Tue Jun  2 00:03:26 2020	(r361711)
> @@ -70,6 +70,9 @@ __FBSDID("$FreeBSD$");
>   
>   #include <machine/stdarg.h>
>   
> +#include <rpc/types.h>
> +#include <rpc/auth.h>
> +
>   #include <security/audit/audit.h>
>   #include <security/mac/mac_framework.h>
>   


More information about the svn-src-all mailing list