>>>>> "Hui" == Hui Zhu <teawater@gmail.com> writes: Hui> +static int Hui> +null_file_fseek (struct ui_file *stream, long offset, int whence) Hui> +{ Hui> + return -1; Hui> +} It seems like this should set errno as well. Tom