* [gentoo-commits] proj/gnome:master commit in: gnome-base/gdm/files/
@ 2011-06-26 6:27 Nirbheek Chauhan
0 siblings, 0 replies; only message in thread
From: Nirbheek Chauhan @ 2011-06-26 6:27 UTC (permalink / raw
To: gentoo-commits
commit: e6d60c0bdbeafe2b864b595e43f68a8bb52da7ee
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 06:27:41 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 06:27:41 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e6d60c0b
gnome-base/gdm: fix gcc warning
---
.../gdm/files/gdm-2.32.0-fix-vt-problems.patch | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnome-base/gdm/files/gdm-2.32.0-fix-vt-problems.patch b/gnome-base/gdm/files/gdm-2.32.0-fix-vt-problems.patch
index b7ceb49..f219a14 100644
--- a/gnome-base/gdm/files/gdm-2.32.0-fix-vt-problems.patch
+++ b/gnome-base/gdm/files/gdm-2.32.0-fix-vt-problems.patch
@@ -81,7 +81,7 @@ index 339f3cc..29d16dc 100644
/**
+ * Parse the inittab file used by getty to spawn VTs to find unused ttys
+ */
-+int
++static int
+get_free_vt_from_inittab ()
+{
+ GFile *gfile;
@@ -146,7 +146,7 @@ index 339f3cc..29d16dc 100644
+/**
+ * Query the VT_* kernel ioctls to find an empty tty
+ */
-+int
++static int
+get_free_vt_from_kernel()
+{
+ int fd, vtno = 0;
@@ -159,7 +159,7 @@ index 339f3cc..29d16dc 100644
+ return vtno;
+}
+
-+gchar*
++static gchar*
+get_free_vt ()
+{
+ int inittab_vtno, kernel_vtno;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-26 6:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-26 6:27 [gentoo-commits] proj/gnome:master commit in: gnome-base/gdm/files/ Nirbheek Chauhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox