Oops, the last fix (SYS_NMLN) make a segfault! Backing up. Will find another solution for the SYS_NMLN problem.

This commit is contained in:
gfk
2001-10-24 20:39:37 +00:00
parent dd52f3ddba
commit 48ca48182f
+2 -2
View File
@@ -32,8 +32,8 @@
int TwentyFourHour = 1;
int uptime_fd = 0;
static char *kver;
static char *sysname;
static char kver[SYS_NMLN];
static char sysname[SYS_NMLN];
static double get_uptime (double *up, double *idle);