13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
$OpenBSD: patch-panel-plugin_memswap_c,v 1.1.1.1 2005/05/12 04:38:51 jolan Exp $
|
|
--- panel-plugin/memswap.c.orig 2003-11-13 12:52:01.000000000 -0600
|
|
+++ panel-plugin/memswap.c 2003-12-16 14:34:16.000000000 -0600
|
|
@@ -381,7 +381,7 @@ gint read_memswap(gulong *mem, gulong *s
|
|
#include <unistd.h>
|
|
#include <uvm/uvm_param.h>
|
|
|
|
-static size_t MTotal = 0;
|
|
+static int MTotal = 0;
|
|
static size_t MFree = 0;
|
|
static size_t MUsed = 0;
|
|
static size_t STotal = 0;
|