From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qaip5-0004LV-IB for garchives@archives.gentoo.org; Sun, 26 Jun 2011 06:27:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F08E1C10A; Sun, 26 Jun 2011 06:27:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 60A4E1C10A for ; Sun, 26 Jun 2011 06:27:52 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E41972AC110 for ; Sun, 26 Jun 2011 06:27:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C06DE8003C for ; Sun, 26 Jun 2011 06:27:50 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gdm/files/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gdm/files/gdm-2.32.0-fix-vt-problems.patch X-VCS-Directories: gnome-base/gdm/files/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: e6d60c0bdbeafe2b864b595e43f68a8bb52da7ee Date: Sun, 26 Jun 2011 06:27:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 934ae01d486f8de7059977649976a96e commit: e6d60c0bdbeafe2b864b595e43f68a8bb52da7ee Author: Nirbheek Chauhan gentoo org> AuthorDate: Sun Jun 26 06:27:41 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sun Jun 26 06:27:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3De6d60c0b 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/gnom= e-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 tty= s + */ -+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 =3D 0; @@ -159,7 +159,7 @@ index 339f3cc..29d16dc 100644 + return vtno; +} + -+gchar* ++static gchar* +get_free_vt () +{ + int inittab_vtno, kernel_vtno;