View | Details | Raw Unified | Return to bug 221751
Collapse All | Expand All

(-)files/patch-examples_mountlist.c (+31 lines)
Line 0 Link Here
1
2
$FreeBSD$
3
4
--- examples/mountlist.c.orig
5
+++ examples/mountlist.c
6
@@ -71,16 +71,12 @@
7
 
8
 	printf ("Host = '%s' - %u\n\n", buffer, port);
9
 
10
-	printf ("sbrk (0) = %p\n\n", sbrk (0));
11
-
12
 	for (c = 0; c < PROFILE_COUNT; c++) {
13
 		mount_entries = glibtop_get_mountlist (&mount_list, 1);
14
 
15
 		g_free (mount_entries);
16
 	}
17
 
18
-	printf ("sbrk (0) = %p\n\n", sbrk (0));
19
-
20
 	mount_entries = glibtop_get_mountlist (&mount_list, 1);
21
 
22
 	if (mount_entries == NULL)
23
@@ -108,8 +104,6 @@
24
 
25
 	g_free (mount_entries);
26
 
27
-	printf ("\nsbrk (0) = %p\n\n", sbrk (0));
28
-
29
 	glibtop_close ();
30
 
31
 	exit (0);

Return to bug 221751