index 14984ad7b7a86ffa9783b1c331b525eebbdce19b..d86123e858a8eda908351bdf97ad93030104071f 100644 (file)
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.7 2002年10月28日 00:00:25 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.8 2003年01月02日 06:00:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -55,7 +55,7 @@ fseeko(FILE *stream, off_t offset, int whence)
if (fsetpos(stream, &floc) != 0)
goto failure;
#ifdef bsdi
- flockfile(stream);
+ funlockfile(stream);
#endif
return 0;
break;