comparison zotnet/mf/uminc.c @ 10:a6481689f99c

*** empty log message ***
author kono
date Wed, 06 Dec 2006 03:17:53 +0900
parents bce86c4163a3
children 441a2190cfae
comparison
equal deleted inserted replaced
9:52d0fa25c554 10:a6481689f99c
84 char *file; 84 char *file;
85 { 85 {
86 int clear, 86 int clear,
87 count, 87 count,
88 fd; 88 fd;
89 extern int errno;
90 struct stat stbuf; 89 struct stat stbuf;
91 90
92 for (clear = FALSE, count = 2; count > 0; count--) 91 for (clear = FALSE, count = 2; count > 0; count--)
93 if ((fd = lkopen (file, 6)) == NOTOK) 92 if ((fd = lkopen (file, 6)) == NOTOK)
94 switch (errno) { 93 switch (errno) {