OSSP CVS Repository

ossp - Difference in ossp-pkg/sio/sio_hello.c versions 1.9 and 1.10
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/sio/sio_hello.c 1.9 -> 1.10

--- sio_hello.c  2002/11/24 19:36:48     1.9
+++ sio_hello.c  2002/11/27 15:50:29     1.10
@@ -44,7 +44,7 @@
  * allocate private instance data
  */
 static
-sio_rc_t hello_init(sio_t *sio, void **u)
+sio_rc_t hello_init(sio_t *sio, void **up)
 {
     private_t *my;
     
@@ -59,7 +59,7 @@
     my->pre_in  = NULL;
     my->pre_out = NULL;
 
-    *u = my;
+    *up = my;
 
     return SIO_OK;
 }

CVSTrac 2.0.1