Commit 8967d964 authored by unknown's avatar unknown

Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new

into  zim.(none):/home/brian/mysql/slap-5.1

parents ad00c020 03ad9cb5
...@@ -43,6 +43,6 @@ int main(int argc, char *argv[]) ...@@ -43,6 +43,6 @@ int main(int argc, char *argv[])
azclose(&foo); azclose(&foo);
azclose(&foo1); azclose(&foo1);
//unlink("test"); /* unlink("test"); */
return 0; return 0;
} }
...@@ -166,7 +166,7 @@ int get_byte(s) ...@@ -166,7 +166,7 @@ int get_byte(s)
if (s->stream.avail_in == 0) if (s->stream.avail_in == 0)
{ {
s->z_eof = 1; s->z_eof = 1;
// if (ferror(s->file)) s->z_err = Z_ERRNO; /* if (ferror(s->file)) s->z_err = Z_ERRNO; */
return EOF; return EOF;
} }
s->stream.next_in = s->inbuf; s->stream.next_in = s->inbuf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment