Date: Wed, 11 Nov 1998 11:27:21 -0600 (CST) From: Glenn Johnson <gljohns@bellsouth.net> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/8652: Fix for wmavgload port Message-ID: <199811111727.LAA28101@gforce.johnson.home>
next in thread | raw e-mail | index | archive | help
>Number: 8652 >Category: ports >Synopsis: Fix for wmavgload port >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 11 09:30:00 PST 1998 >Last-Modified: >Originator: Glenn Johnson <gljohns@bellsouth.net> >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD 3.0-CURRENT, elf >Description: Fix wmavgload port, upgrade to wmavgload-0.7.0 >How-To-Repeat: >Fix: patch-aa and patch-ab are no longer needed. However, there is a typo in the file get_load.c. Apply the following patch to fix: *** get_load.c.orig Wed Nov 11 11:10:07 1998 --- get_load.c Wed Nov 11 11:10:29 1998 *************** *** 104,110 **** } #endif ! #if defined(__FreeBSD) || defined(__NetBSD__) || defined(__OpenBSD__) void GetLoad(float *small, float *medium, float *large) { static double loadavg[3]; --- 104,110 ---- } #endif ! #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) void GetLoad(float *small, float *medium, float *large) { static double loadavg[3]; >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811111727.LAA28101>