Move hgfs.h to minix includes directory
This commit is contained in:
parent
51de979ed9
commit
472a91708a
5 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
.PATH: ${MINIXSRCDIR}/common/include
|
.PATH: ${MINIXSRCDIR}/common/include
|
||||||
|
|
||||||
INCS+= env.h fetch.h hgfs.h lib.h libutil.h timers.h
|
INCS+= env.h fetch.h lib.h libutil.h timers.h
|
||||||
|
|
||||||
INCS+= minix/acpi.h minix/ansi.h minix/audio_fw.h minix/bitmap.h \
|
INCS+= minix/acpi.h minix/ansi.h minix/audio_fw.h minix/bitmap.h \
|
||||||
minix/bdev.h minix/blockdriver.h minix/blockdriver_mt.h \
|
minix/bdev.h minix/blockdriver.h minix/blockdriver_mt.h \
|
||||||
|
@ -12,7 +12,7 @@ INCS+= minix/acpi.h minix/ansi.h minix/audio_fw.h minix/bitmap.h \
|
||||||
minix/debug.h minix/devio.h minix/devman.h minix/dmap.h \
|
minix/debug.h minix/devio.h minix/devman.h minix/dmap.h \
|
||||||
minix/driver.h minix/drivers.h minix/drvlib.h minix/ds.h \
|
minix/driver.h minix/drivers.h minix/drvlib.h minix/ds.h \
|
||||||
minix/endpoint.h minix/fslib.h minix/gcov.h minix/hash.h \
|
minix/endpoint.h minix/fslib.h minix/gcov.h minix/hash.h \
|
||||||
minix/ioctl.h minix/input.h minix/ipc.h minix/ipcconst.h \
|
minix/hgfs.h minix/ioctl.h minix/input.h minix/ipc.h minix/ipcconst.h \
|
||||||
minix/keymap.h minix/limits.h minix/mthread.h minix/minlib.h \
|
minix/keymap.h minix/limits.h minix/mthread.h minix/minlib.h \
|
||||||
minix/netdriver.h minix/optset.h minix/partition.h minix/portio.h \
|
minix/netdriver.h minix/optset.h minix/partition.h minix/portio.h \
|
||||||
minix/priv.h minix/procfs.h minix/profile.h minix/queryparam.h \
|
minix/priv.h minix/procfs.h minix/profile.h minix/queryparam.h \
|
||||||
|
|
|
@ -9,7 +9,7 @@ INCS= alloca.h a.out.h ar.h assert.h configfile.h ctype.h \
|
||||||
stdint.h stdbool.h stdio.h stdlib.h string.h strings.h sysexits.h \
|
stdint.h stdbool.h stdio.h stdlib.h string.h strings.h sysexits.h \
|
||||||
syslog.h tar.h termcap.h time.h timers.h tools.h \
|
syslog.h tar.h termcap.h time.h timers.h tools.h \
|
||||||
ttyent.h ucontext.h unistd.h utime.h utmp.h wchar.h wctype.h \
|
ttyent.h ucontext.h unistd.h utime.h utmp.h wchar.h wctype.h \
|
||||||
hgfs.h tzfile.h util.h fetch.h mpool.h ndbm.h db.h poll.h resolv.h \
|
tzfile.h util.h fetch.h mpool.h ndbm.h db.h poll.h resolv.h \
|
||||||
memory.h paths.h complex.h
|
memory.h paths.h complex.h
|
||||||
INCS+= arpa/inet.h arpa/nameser.h
|
INCS+= arpa/inet.h arpa/nameser.h
|
||||||
INCS+= minix/a.out.h minix/cdrom.h minix/compiler-ack.h minix/dirent.h \
|
INCS+= minix/a.out.h minix/cdrom.h minix/compiler-ack.h minix/dirent.h \
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "hgfs.h"
|
#include <minix/hgfs.h>
|
||||||
|
|
||||||
#define PREFIX(x) __libhgfs_##x
|
#define PREFIX(x) __libhgfs_##x
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
|
|
||||||
#include "hgfs.h"
|
#include <minix/hgfs.h>
|
||||||
|
|
||||||
#include "type.h"
|
#include "type.h"
|
||||||
#include "const.h"
|
#include "const.h"
|
||||||
|
|
Loading…
Reference in a new issue