From 30a8b0dd93b24c310c9f28ac3271962bc07d054f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 28 Jan 1995 22:15:06 +0000 Subject: (prepare): Fix braino in last change. --- exec/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/exec.c b/exec/exec.c index fa04c771..ba0cfffb 100644 --- a/exec/exec.c +++ b/exec/exec.c @@ -680,7 +680,7 @@ prepare (file_t file, struct execdata *e) e->stream.__userbuf = 1; e->stream.__room_funcs.__input = input_room; /* This never gets called, but fseek returns ESPIPE if it's null. */ - e->stream.__io_funcs.seek = __stdio_seek; + e->stream.__io_funcs.seek = __default_io_functions.seek; e->stream.__io_funcs.close = close_exec_stream; e->stream.__cookie = e; e->stream.__seen = 1; -- cgit v1.2.3