Using uname() rather than #ifdef __FreeBSD__

This commit is contained in:
2008-12-06 14:08:54 +00:00
parent ef834e0a11
commit b3089477fd
5 changed files with 73 additions and 14 deletions

View File

@ -647,6 +647,9 @@ char *Ftypetxt(mode_t st_mode, int flag);
*/
char *Ftimetxt(time_t t, char timetext[40], int flag);
int System_uname(char **sysname, char **release, char **version,
char **machine, int flag);
struct DirseQ;