Date: Tue, 5 Dec 2017 21:37:50 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326587 - head/stand/libsa Message-ID: <201712052137.vB5LboP2023961@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712052137.vB5LboP2023961>