Message-Id: <3.0.1.32.19971222163258.007e9cb0@yacker.xiotech.com> Date: Mon, 22 Dec 1997 16:32:58 -0600 To: djgpp-workers AT delorie DOT com From: Randy Maas Subject: mntent patch (h file) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_882851578==_" Precedence: bulk --=====================_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 ! #define MNT_MNTTAB "/etc/mnttab" struct mntent --- 15,20 ---- #include ! #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==_--