- adjusted u_xdm-sig11-bug-598422.diff for openSUSE 12.2 build

(which still applies xdm-consolekit.diff)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=41
This commit is contained in:
Stefan Dirsch 2013-08-13 16:35:57 +00:00 committed by Git OBS Bridge
parent 824cfd96b0
commit 3d86dededf
2 changed files with 8 additions and 6 deletions

View File

@ -47,8 +47,7 @@ Index: xdm-1.1.10/session.c
SessionExit (d, RESERVER_DISPLAY, FALSE);
}
Debug ("XGrabKeyboard succeeded %s\n", d->name);
@@ -515,8 +520,7 @@ UnsecureDisplay (struct display *d, Disp
}
@@ -516,7 +521,6 @@ UnsecureDisplay (struct display *d, Disp
void
-SessionExit (struct display *d, int status, int removeAuth)
@ -57,10 +56,7 @@ Index: xdm-1.1.10/session.c
#ifdef USE_PAM
pam_handle_t *pamh = thepamh();
@@ -527,7 +531,11 @@ SessionExit (struct display *d, int stat
pamh = NULL;
}
#endif
@@ -530,4 +534,8 @@ SessionExit (struct display *d, int stat
+}
+void

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 13 16:35:01 UTC 2013 - sndirsch@suse.com
- adjusted u_xdm-sig11-bug-598422.diff for openSUSE 12.2 build
(which still applies xdm-consolekit.diff)
-------------------------------------------------------------------
Mon Jul 29 09:25:40 UTC 2013 - sndirsch@suse.com