Revert 1.29. It breaks the build. Will figure out a better way to do

this that doesn't break things.
This commit is contained in:
Warner Losh 2002-02-13 10:11:38 +00:00
parent 5644da9ee5
commit 906a42ebca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90607

View File

@ -169,7 +169,7 @@ int getloadavg __P((double [], int));
__const char *
getprogname __P((void));
char *group_from_gid __P((gid_t, int));
char *group_from_gid __P((unsigned long, int));
int heapsort __P((void *, size_t, size_t,
int (*)(const void *, const void *)));
char *initstate __P((unsigned long, char *, long));
@ -205,7 +205,7 @@ unsigned long long
__uint64_t
strtouq __P((const char *, char **, int));
void unsetenv __P((const char *));
char *user_from_uid __P((uid_t, int));
char *user_from_uid __P((unsigned long, int));
#endif /* !_ANSI_SOURCE && !_POSIX_SOURCE */
__END_DECLS