summaryrefslogtreecommitdiff
path: root/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c')
-rw-r--r--sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c28
1 files changed, 9 insertions, 19 deletions
diff --git a/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c b/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c
index 49727c882a89..69c01de97138 100644
--- a/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c
+++ b/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c
@@ -1,25 +1,15 @@
---- capplets/about-me/gnome-about-me-password.c.orig Mon Nov 28 10:02:57 2005
-+++ capplets/about-me/gnome-about-me-password.c Wed Dec 14 13:56:42 2005
-@@ -25,7 +25,9 @@
- # include <config.h>
+--- capplets/about-me/gnome-about-me-password.c.orig Sun Jun 11 04:50:31 2006
++++ capplets/about-me/gnome-about-me-password.c Tue Jun 13 00:02:27 2006
+@@ -52,6 +52,12 @@
+ #include <signal.h>
#endif
-+#ifndef __FreeBSD__
- #include <stropts.h>
-+#endif
- #include <gnome.h>
- #include <pwd.h>
- #include <stdlib.h>
-@@ -45,6 +47,12 @@
-
- #if __sun
- #include <sys/types.h>
-+#include <signal.h>
-+#endif
-+
+#if __FreeBSD__
+#include <sys/types.h>
+#include <libutil.h>
- #include <signal.h>
- #endif
++#include <signal.h>
++#endif
++
+ #include "capplet-util.h"
+ #include "eel-alert-dialog.h"