Fix broken build due too the move of the cd9660 and msdosfs kernel source code.

This commit is contained in:
veego 2002-12-30 16:41:53 +00:00
parent 006384eaed
commit a64314e402
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cd9660.c,v 1.12 2001/04/05 04:39:02 thorpej Exp $ */
/* $NetBSD: cd9660.c,v 1.13 2002/12/30 16:41:53 veego Exp $ */
/*
* Copyright (C) 1996 Wolfgang Solfrank.
@ -43,7 +43,7 @@
#else
#include <string.h>
#endif
#include <isofs/cd9660/iso.h>
#include <fs/cd9660/iso.h>
#include "stand.h"
#include "cd9660.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: dosfs.c,v 1.4 2000/11/09 01:55:31 matt Exp $ */
/* $NetBSD: dosfs.c,v 1.5 2002/12/30 16:41:53 veego Exp $ */
/*
* Copyright (c) 1996, 1998 Robert Nordier
@ -40,8 +40,8 @@
#include <sys/param.h>
#include <msdosfs/bpb.h>
#include <msdosfs/direntry.h>
#include <fs/msdosfs/bpb.h>
#include <fs/msdosfs/direntry.h>
#ifdef _STANDALONE
#include <lib/libkern/libkern.h>