Fix for 'the dumbest fix of the month'. In fact, just a simplification of an earlier fix.

This commit is contained in:
gfk
2001-11-02 18:56:51 +00:00
parent b821127fa7
commit 216d45f477
5 changed files with 16 additions and 59 deletions
+2 -2
View File
@@ -32,11 +32,11 @@
int TwentyFourHour = 1;
int uptime_fd = 0;
#ifdef HAVE_SYS_NMLN
#ifdef SYS_NMLN
static char kver[SYS_NMLN];
static char sysname[SYS_NMLN];
#else
# ifdef HAVE__SYS_NAMELEN
# ifdef _SYS_NAMELEN
static char kver[_SYS_NAMELEN];
static char sysname[_SYS_NAMELEN];
# else