summaryrefslogtreecommitdiffstats
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.c25
1 files changed, 0 insertions, 25 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
deleted file mode 100644
index 49727c882..000000000
--- a/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- 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>
- #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
-