www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1997/12/22/17:32:30

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 <randym AT acm DOT org>
Subject: mntent patch (h file)
Mime-Version: 1.0

--=====================_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 -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019