From: Chris Hanson Date: Sat, 1 Nov 1997 19:09:16 +0000 (+0000) Subject: Fix to match change in "osio.h". X-Git-Tag: 20090517-FFI~4949 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=96fe1cdf3f373ed865165c355b3176490f77579f;p=mit-scheme.git Fix to match change in "osio.h". --- diff --git a/v7/src/microcode/prosio.c b/v7/src/microcode/prosio.c index c0f42abb9..16ccc38c6 100644 --- a/v7/src/microcode/prosio.c +++ b/v7/src/microcode/prosio.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: prosio.c,v 1.15 1997/10/22 05:30:41 cph Exp $ +$Id: prosio.c,v 1.16 1997/11/01 19:09:16 cph Exp $ Copyright (c) 1987-97 Massachusetts Institute of Technology @@ -138,8 +138,8 @@ static char * channel_type_names [] = "os/2-console", "os/2-unnamed-pipe", "os/2-named-pipe", - "win32-char", - "win32-pipe" + "win32-anonymous-pipe", + "win32-named-pipe" }; DEFINE_PRIMITIVE ("CHANNEL-TYPE-NAME", Prim_channel_type_name, 1, 1,