]> git.pld-linux.org Git - packages/at.git/blob - at-lockfile.patch
- dropped pre-cvs changelog
[packages/at.git] / at-lockfile.patch
1 diff -Nur at-3.1.8/at.c at-3.1.8.pld/at.c
2 --- at-3.1.8/at.c       Sun Sep 28 22:00:37 1997
3 +++ at-3.1.8.pld/at.c   Thu Dec 31 11:31:39 1998
4 @@ -199,7 +199,7 @@
5         fscanf(fid, "%5lx", &jobno);
6         rewind(fid);
7      } else {
8 -       fid = fopen(ATJOB_DIR "/.SEQ", "w");
9 +       fid = fopen(LFILE, "w");
10         if (fid == NULL)
11             return EOF;
12      }
This page took 0.050922 seconds and 4 git commands to generate.