1
0
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:
Richard M. Stallman 1994-06-23 19:26:02 +00:00
parent 2c20527010
commit f662f9b05b

View File

@ -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 *));