pkgsrc/sysutils/liboobs/patches/patch-aa
wiz 9cf6cd6f04 Update to 2.22.2:
- Print error from D-Bus in case of failure on start. This should greatly help debugging.
- Don't consider empty user password as invalid.
- Make gtk-doc code documentation use inlined section comments, so that it is updated on every change. This will ensure the documentation does not get outdated again.
2009-10-31 02:52:45 +00:00

27 lines
563 B
Text

$NetBSD: patch-aa,v 1.3 2009/10/31 02:52:46 wiz Exp $
--- oobs/oobs-group.c.orig 2009-09-05 14:07:20.000000000 +0000
+++ oobs/oobs-group.c
@@ -18,6 +18,10 @@
* Authors: Carlos Garnacho Parro <carlosg@gnome.org>
*/
+#if defined(HAVE_CONFIG_H)
+#include <config.h>
+#endif
+
#include <glib-object.h>
#include "oobs-session.h"
#include "oobs-group.h"
@@ -27,7 +31,11 @@
#include "oobs-usersconfig.h"
#include "oobs-defines.h"
#include "utils.h"
+#ifdef HAVE_CRYPT_H
#include <crypt.h>
+#else
+#include <unistd.h>
+#endif
/**
* SECTION:oobs-group