Commit 649f35f1 by Richard Stallman

(getmntent): Delete the arg decls

because BSD 4.4 and Sunos disagree on them.

From-SVN: r6095
parent 6fa49722
......@@ -456,7 +456,7 @@ extern char * getlogin(void);
extern int getmaxx(WINDOW *);
extern int getmaxy(WINDOW *);
extern int getmntany(FILE *, struct mnttab *, struct mnttab *);
extern int getmntent(FILE *, struct mnttab *);
extern int getmntent(/* ??? */);
extern long unsigned int getmouse(void);
extern int getmsg(int, struct strbuf *, struct strbuf *, int *);
extern struct netent * getnetbyaddr(/* ??? */);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment