int -> size_t

ok pval@, naddy@
This commit is contained in:
sturm 2004-08-21 19:43:03 +00:00
parent 0e9b557b5f
commit 9a2186b1fc

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-src_sysdeps_openbsd_c,v 1.3 2004/06/22 00:08:28 sturm Exp $
$OpenBSD: patch-src_sysdeps_openbsd_c,v 1.4 2004/08/21 19:43:03 sturm Exp $
--- src/sysdeps/openbsd.c.orig 2004-05-01 11:46:38.000000000 -0600
+++ src/sysdeps/openbsd.c 2004-06-20 11:27:05.000000000 -0600
@@ -53,27 +53,21 @@ gkrellm_sys_main_cleanup(void)
@ -22,7 +22,7 @@ $OpenBSD: patch-src_sysdeps_openbsd_c,v 1.3 2004/06/22 00:08:28 sturm Exp $
- { "" }
- };
-
+ int len;
+ size_t len;
- if (kvmd == NULL)
- return;