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