View | Details | Raw Unified | Return to bug 264669 | Differences between
and this patch

Collapse All | Expand All

(-)dockapps/src/mem_freebsd.c (-1 / +5 lines)
Lines 82-88 Link Here
82
	if (swap_firsttime ||
82
	if (swap_firsttime ||
83
	    (((new_swappgsin > swappgsin) || (new_swappgsout > swappgsout))
83
	    (((new_swappgsin > swappgsin) || (new_swappgsout > swappgsout))
84
	     && cur_time > last_time_swap + 1)) {
84
	     && cur_time > last_time_swap + 1)) {
85
		int mib[2], n;
85
		char mib_base = "vm.swap_info";
86
		/* mib size:                                                 */
87
		/*  1 per dot seperated part in mib_base + 1                 */
88
		int mib[3];
89
		int n;
86
		size_t mibsize, size;
90
		size_t mibsize, size;
87
		struct xswdev xsw;
91
		struct xswdev xsw;
88
92

Return to bug 264669