From 799a7834e0d62d04e2cbab5ff9d26eddd03c7e1f Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 3 Sep 2018 21:18:41 +0100 Subject: [PATCH] mntent.h: changes for the new APIs --- Library/include/mntent.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/include/mntent.h b/Library/include/mntent.h index 7bd0b583..9811ed40 100644 --- a/Library/include/mntent.h +++ b/Library/include/mntent.h @@ -24,4 +24,8 @@ extern struct mntent *getmntent_r(FILE *fp, struct mntent *mnt, char *buf, int l /* Extended function found in some Unixen. Not yet supported */ /*extern int delmntent(FILE *fp, struct mntent *mnt); */ +/* FUZIX specific */ +extern char *root_device_name(void); +extern char *mnt_device_path(struct mntent *me); + #endif -- 2.34.1