svn commit: r326587 - head/stand/libsa

Warner Losh imp at FreeBSD.org
Tue Dec 5 21:37:51 UTC 2017


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"
 


More information about the svn-src-all mailing list