Author: imp Date: Tue Dec 5 21:37:50 2017 New Revision: 326587 URL: https://svnweb.freebsd.org/changeset/base/326587
Log: Use the kernel relative paths, rather than the userland relative paths for the iso9660 header files. Sponsored by: Netflix Modified: head/stand/libsa/cd9660.c Modified: head/stand/libsa/cd9660.c ============================================================================== --- head/stand/libsa/cd9660.c Tue Dec 5 21:37:45 2017 (r326586) +++ head/stand/libsa/cd9660.c Tue Dec 5 21:37:50 2017 (r326587) @@ -43,8 +43,8 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <string.h> #include <sys/dirent.h> -#include <isofs/cd9660/iso.h> -#include <isofs/cd9660/cd9660_rrip.h> +#include <fs/cd9660/iso.h> +#include <fs/cd9660/cd9660_rrip.h> #include "stand.h" _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"