Small portability fix for systems that don't define SYS_NMLN

This commit is contained in:
gfk
2001-10-22 19:39:36 +00:00
parent 5b689135ad
commit 7c69f63be9
+2 -2
View File
@@ -32,8 +32,8 @@
int TwentyFourHour = 1;
int uptime_fd = 0;
static char kver[SYS_NMLN];
static char sysname[SYS_NMLN];
static char *kver;
static char *sysname;
static double get_uptime (double *up, double *idle);