Fixed namespace pollution and unsorting of the 1003.1-1990 list in

previous commit.
This commit is contained in:
Bruce Evans 2003-07-01 12:09:06 +00:00
parent 2c56e6e419
commit f5bdb0f7bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117105

View File

@ -335,7 +335,6 @@ int execlp(const char *, const char *, ...);
int execv(const char *, char * const *);
int execve(const char *, char * const *, char * const *);
int execvp(const char *, char * const *);
int execvP(const char *, const char *, char * const *);
pid_t fork(void);
long fpathconf(int, int);
char *getcwd(char *, size_t);
@ -471,6 +470,7 @@ int des_cipher(const char *, char *, long, int);
int des_setkey(const char *key);
void endusershell(void);
int exect(const char *, char * const *, char * const *);
int execvP(const char *, const char *, char * const *);
char *fflagstostr(u_long);
int getdomainname(char *, int);
int getgrouplist(const char *, gid_t, gid_t *, int *);