From 0cb8f198c327243b2c1132c57004f3c8547f7990 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 2 Jun 2001 01:06:01 +0000 Subject: [PATCH] Oops, that should have been CREATE-TCP-SERVER-SOCKET. --- v7/src/microcode/pruxsock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/pruxsock.c b/v7/src/microcode/pruxsock.c index 836689741..428de1b52 100644 --- a/v7/src/microcode/pruxsock.c +++ b/v7/src/microcode/pruxsock.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: pruxsock.c,v 1.19 2001/06/02 01:05:16 cph Exp $ +$Id: pruxsock.c,v 1.20 2001/06/02 01:06:01 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology @@ -267,7 +267,7 @@ The opened socket is stored in the cdr of WEAK-PAIR.") }); } -DEFINE_PRIMITIVE ("CREATE_TCP_SERVER_SOCKET", Prim_create_tcp_server_socket, 0, 0, 0) +DEFINE_PRIMITIVE ("CREATE-TCP-SERVER-SOCKET", Prim_create_tcp_server_socket, 0, 0, 0) { PRIMITIVE_HEADER (0); SOCKET_CODE -- 2.25.1