From ae9bd2ed5dab71171fb5a12c350f760f59313664 Mon Sep 17 00:00:00 2001
From: "H. William Welliver III" <bill@welliver.org>
Date: Tue, 4 Nov 2003 17:31:29 -0500
Subject: [PATCH] typo

Rev: src/modules/files/udp.c:1.58
---
 src/modules/files/udp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/files/udp.c b/src/modules/files/udp.c
index f4cffb4301..6ed634dfc2 100644
--- a/src/modules/files/udp.c
+++ b/src/modules/files/udp.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: udp.c,v 1.57 2003/11/04 18:17:40 grubba Exp $
+|| $Id: udp.c,v 1.58 2003/11/04 22:31:29 bill Exp $
 */
 
 #define NO_PIKE_SHORTHAND
@@ -10,7 +10,7 @@
 
 #include "file_machine.h"
 
-RCSID("$Id: udp.c,v 1.57 2003/11/04 18:17:40 grubba Exp $");
+RCSID("$Id: udp.c,v 1.58 2003/11/04 22:31:29 bill Exp $");
 #include "fdlib.h"
 #include "pike_netlib.h"
 #include "interpret.h"
@@ -871,7 +871,7 @@ void init_udp(void)
   ADD_STORAGE(struct udp_storage);
 
   PIKE_MAP_VARIABLE("_read_callback", OFFSETOF(udp_storage, read_callback),
-		    tFunc(tNone, tInt_10), T_MIXED, ID_STATIC|ID_PRIVATE);
+		    tFunc(tNone, tInt_10), PIKE_T_MIXED, ID_STATIC|ID_PRIVATE);
 
   ADD_FUNCTION("set_type",udp_set_type,
 	       tFunc(tInt tOr(tVoid,tInt),tObj),0);
-- 
GitLab