]> git.pld-linux.org Git - packages/aterm.git/blame - aterm-wtmp.patch
- converted to UTF-8
[packages/aterm.git] / aterm-wtmp.patch
CommitLineData
bde5996c
JR
1diff -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.088239 seconds and 4 git commands to generate.