Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
diff --git a/server/serial.c b/server/serial.c
index dd5f90c..486b5ab 100644
--- a/server/serial.c
+++ b/server/serial.c
@@ -174,7 +174,7 @@
fprintf( stderr, "Port fd=%d mask=%x\n", serial->obj.fd, serial->eventmask );
}
-struct serial *get_serial_obj( struct process *process, handle_t handle, unsigned int access )
+struct serial *get_serial_obj( struct process *process, obj_handle_t handle, unsigned int access )
{
return (struct serial *)get_handle_obj( process, handle, access, &serial_ops );
}