]> git.pld-linux.org Git - packages/aterm.git/blob - aterm-wtmp.patch
patchset for aterm
[packages/aterm.git] / aterm-wtmp.patch
1 diff -ur aterm-0.3.6.orig/src/utmp.c aterm-0.3.6/src/utmp.c
2 --- aterm-0.3.6.orig/src/utmp.c Fri Aug 28 03:29:14 1998
3 +++ aterm-0.3.6/src/utmp.c      Fri Jul 16 15:40:07 1999
4 @@ -229,7 +229,7 @@
5      pututline(&utmp);
6  
7  #ifdef WTMP_SUPPORT
8 -    update_wtmp(WTMP_FILENAME, &utmp);
9 +    update_wtmp(_PATH_WTMP, &utmp);
10  #endif
11  
12      endutent();                        /* close the file */
13 @@ -288,7 +288,7 @@
14      pututline(putmp);
15  
16  #ifdef WTMP_SUPPORT
17 -    update_wtmp(WTMP_FILENAME, putmp);
18 +    update_wtmp(_PATH_WTMP, putmp);
19  #endif
20  
21      endutent();
This page took 0.071129 seconds and 4 git commands to generate.