00001 #ifndef vfddef_h 00002 #define vfddef_h 00003 00004 struct vms_fd { 00005 int vfd_l_is_cmu; 00006 void * vfd_l_fd_p; 00007 int vfd_l_refcnt; 00008 }; 00009 00010 #endif 00011