Fix build on freebsd and darwin.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -7,7 +7,9 @@
|
||||
*.in
|
||||
*.la
|
||||
*.lo
|
||||
*.new
|
||||
*.o
|
||||
*.old
|
||||
*.out
|
||||
*.patch
|
||||
*.pot
|
||||
@@ -24,6 +26,7 @@ INSTALL
|
||||
Makefile
|
||||
Makevars.template
|
||||
Rules-quot
|
||||
\#*\#
|
||||
aclocal.m4
|
||||
autom4te.cache/
|
||||
compile
|
||||
@@ -55,6 +58,7 @@ doc/texinfo.tex
|
||||
doc/version.texi
|
||||
examples/affinity
|
||||
examples/df
|
||||
examples/diskio
|
||||
examples/first
|
||||
examples/free
|
||||
examples/mountlist
|
||||
@@ -70,7 +74,6 @@ examples/smp
|
||||
examples/sysdeps
|
||||
examples/timings
|
||||
examples/wd
|
||||
examples/diskio
|
||||
gtk-doc.make
|
||||
install-sh
|
||||
lib/GTop-2.0.gir
|
||||
|
@@ -46,6 +46,7 @@ G_BEGIN_DECLS
|
||||
#define GLIBTOP_SUID_PROC_WD (1 << GLIBTOP_SYSDEPS_PROC_WD)
|
||||
#define GLIBTOP_SUID_PROC_AFFINITY 0
|
||||
#define GLIBTOP_SUID_PROC_IO 0
|
||||
#define GLIBTOP_SUID_PROC_OPEN_FILES 0
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
@@ -48,6 +48,7 @@ G_BEGIN_DECLS
|
||||
#define GLIBTOP_SUID_PROC_WD 0
|
||||
#define GLIBTOP_SUID_PROC_AFFINITY 0
|
||||
#define GLIBTOP_SUID_PROC_IO (1 << GLIBTOP_SYSDEPS_PROC_IO)
|
||||
#define GLIBTOP_SUID_PROC_OPEN_FILES 0
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user