Mail Archives: djgpp-workers/1997/12/22/17:32:30
--=====================_882851578==_
Content-Type: text/plain; charset="us-ascii"
--=====================_882851578==_
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: attachment; filename="mntenth.dif"
*** include/mntent.h~1 Mon Aug 12 23:01:24 1996
--- include/mntent.h Mon Nov 24 10:27:40 1997
***************
*** 15,19 ****
#include <stdio.h>
! #define MNT_MNTTAB "/etc/mnttab"
struct mntent
--- 15,20 ----
#include <stdio.h>
! #define MNT_MNTTAB __mnt_mnttab()
! #define DEFAULT_MNT_MNTTAB "/etc/mnttab"
struct mntent
***************
*** 28,31 ****
--- 29,33 ----
};
+ extern char *__mnt_mnttab(void);
extern FILE *setmntent(const char *, const char *);
extern struct mntent *getmntent(FILE *);
--=====================_882851578==_
Content-Type: text/plain; charset="us-ascii"
--=====================_882851578==_--
- Raw text -