From 9a33b6ca7136cd3c9860794dabd57f28e4861798 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 30 Mar 1995 17:52:13 +0000 Subject: (struct trivfs_control): Delete members `openshead' and `openstail'. --- libtrivfs/trivfs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libtrivfs') diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index a3895526..c3a4ab66 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -41,7 +41,6 @@ struct trivfs_control struct mutex lock; int protidtypes; mach_port_t underlying; - struct pending_open *openshead, *openstail; }; /* The user must define these variables. */ -- cgit v1.2.3