Antoine Jacoutot
974212ec82
OpenBSD: use G_N_ELEMENTS instead of nitems
...
nitems is never guaranteed to be defined in sys/params.h as it is meant
to be defined within a protected ifdef __KERNEL conditional.
Use G_N_ELEMENTS from GLib which is the proper way of doing this.
2012-07-09 18:20:34 +02:00
Javier Jardón
9d0febc9a6
Change FSF Address
2012-02-27 17:06:11 +00:00
Antoine Jacoutot
d987a01d80
GMountOperation on OpenBSD: remove the need for kvm(3)
...
kvm(3) is considered a deprecated interface, so make
GMountOperation::show-processes use the recommended sysctl(3) interface
instead. This also removes the need to link with libkvm.
https://bugzilla.gnome.org/show_bug.cgi?id=661835
2011-10-17 19:06:41 +02:00
Antoine Jacoutot
3d165c1a90
gtkmountoperation-x11: unbreak compilation on OpenBSD.
...
Add missing header to prevent undeclared definitions.
Bug #659565
2011-09-21 16:02:33 +02:00
Jonathan Matthew
ad9da2727d
GMountOperation::show-processes support for OpenBSD using kvm(3)
2011-07-12 07:56:01 +10:00
Matthias Clasen
d9fcc4c630
Silence new gcc warnings
...
gcc 4.6.0 has started to warn about set-but-unused variables.
So don't do that, then.
2011-01-23 21:51:38 -05:00
Philip Withnall
5fa4a05ccc
Miscellaneous string fixes
...
Mostly capitalisation fixes. Closes: bgo#528257
2010-08-22 15:06:45 +01:00
Javier Jardón
0a07e9733b
gtk/: fully remove gtkalias hacks
...
https://bugzilla.gnome.org/show_bug.cgi?id=623845
2010-07-10 02:51:26 +02:00
Michael Natterer
6a278af6d2
Fix casts in calls to g_utf8_validate()
...
The "end" parameter is (const gchar **), not (const gchar *).
2009-08-27 21:14:21 +02:00
Christian Persch
e8dcf330cc
Preserve errno, and always use g_strerror()
...
Bug #592461 .
2009-08-24 15:30:00 +02:00
Matthias Clasen
4f49287659
Add a translator comment
...
This fixes bug 589035.
2009-07-19 23:21:52 -04:00
Matthias Clasen
b3969a3d75
2.17.3
2009-07-07 01:05:29 -04:00
David Zeuthen
200d5dde04
Bug 587485 – GMountOperation::show-processes support
...
- Add support for GMountOperation::show-processes
- Implement process look up for the X11 target
2009-07-06 14:23:03 -04:00