Xref: utzoo comp.bugs.sys5:1482 comp.unix.wizards:24099 Path: utzoo!utgpu!watserv1!watmath!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!execu!sequoia!rpp386!jfh From: jfh@rpp386.cactus.org (John F Haugh II) Newsgroups: comp.bugs.sys5,comp.unix.wizards Subject: cfreelist info Message-ID: <19050@rpp386.cactus.org> Date: 13 Feb 91 16:45:41 GMT Reply-To: jfh@rpp386.cactus.org (John F Haugh II) Organization: Lone Star Cafe and BBS Service Lines: 24 X-Clever-Slogan: Recycle or Die. in various system v's the cblock freelist is declared something like struct chead cfreelist; and (struct chead) is struct chead { struct cblock *c_next; int c_size; int c_flag; } what the hell is cfreelist.c_size =supposed= to contain? it sure doesn't contain the total number of characters available on the cblock freelist right now. my x.29 tty driver thanks you ... ps - no fair peeking at the source code. -- John F. Haugh II UUCP: ...!cs.utexas.edu!rpp386!jfh Ma Bell: (512) 832-8832 Domain: jfh@rpp386.cactus.org "I've never written a device driver, but I have written a device driver manual" -- Robert Hartman, IDE Corp.