mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-27 19:31:38 +00:00
(main): Don't declare geteuid.
Don't declare getenv if convex.
This commit is contained in:
parent
2c20527010
commit
f662f9b05b
@ -69,8 +69,9 @@ main ()
|
|||||||
FILE **openfiles;
|
FILE **openfiles;
|
||||||
int openfiles_size;
|
int openfiles_size;
|
||||||
|
|
||||||
int geteuid ();
|
#ifndef convex
|
||||||
char *getenv ();
|
char *getenv ();
|
||||||
|
#endif
|
||||||
|
|
||||||
openfiles_size = 20;
|
openfiles_size = 20;
|
||||||
openfiles = (FILE **) malloc (openfiles_size * sizeof (FILE *));
|
openfiles = (FILE **) malloc (openfiles_size * sizeof (FILE *));
|
||||||
|
Loading…
Reference in New Issue
Block a user