Mail Archives: djgpp-workers/2000/07/30/15:35:46
I've commited the following as an obvious fix.
Laurynas
Index: stat1.c
===================================================================
RCS file: /cvs/djgpp/djgpp/tests/libc/posix/sys/stat/stat1.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stat1.c 1995/04/18 08:35:20 1.1
+++ stat1.c 2000/07/30 19:34:37 1.2
@@ -22,7 +22,7 @@
char name[256];
int fd;
- sprintf (name, "/tmp/foo%d", i);
+ sprintf (name, "/dev/env/DJDIR/tmp/foo%d", i);
if ((fd = open (name, O_CREAT, 0777)) < 0)
{
fprintf (stderr, "open number %d failed, last fd = %d.\n", i,
- Raw text -