blob: acb327f981626e8060394d7d3c8338595b75aaaa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- sysdeps/freebsd/nosuid.c.orig 2008-09-29 17:28:31.000000000 -0400
+++ sysdeps/freebsd/nosuid.c 2008-09-29 17:28:39.000000000 -0400
@@ -21,16 +21,8 @@
#include <config.h>
#include <glibtop.h>
-#include <glibtop/open.h>
#include <glibtop/close.h>
void
-glibtop_open_s (glibtop *server,
- const char *program_name,
- const unsigned long features,
- const unsigned flags)
-{ }
-
-void
glibtop_close_s (glibtop *server)
{ }
|