]> git.pld-linux.org Git - packages/urxvt.git/blame - rxvt-utmp98-2.patch
- BR perl-devel
[packages/urxvt.git] / rxvt-utmp98-2.patch
CommitLineData
8f71c2d2 1--- rxvt-2.7.6/src/init.c.utmp Tue May 29 12:35:47 2001
2+++ rxvt-2.7.6/src/init.c Tue May 29 12:36:20 2001
3@@ -615,6 +615,7 @@
4 rxvt_print_error("aborting");
5 exit(EXIT_FAILURE);
6 }
7+ rxvt_privileged_utmp(r, SAVE);
8 }
9
10 /*----------------------------------------------------------------------*/
11@@ -1120,7 +1121,6 @@
12 #endif
13 r->num_fds++; /* counts from 0 */
14
15- rxvt_privileged_utmp(r, SAVE);
16 return cfd;
17 }
18
This page took 0.066783 seconds and 4 git commands to generate.