mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +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;
|
||||
int openfiles_size;
|
||||
|
||||
int geteuid ();
|
||||
#ifndef convex
|
||||
char *getenv ();
|
||||
#endif
|
||||
|
||||
openfiles_size = 20;
|
||||
openfiles = (FILE **) malloc (openfiles_size * sizeof (FILE *));
|
||||
|
Loading…
Reference in New Issue
Block a user