Free Republic
Browse · Search
News/Activism
Topics · Post Article

To: Nick Danger
V7/usr/sys/sys/malloc.c

		if (bp->m_size >= size) {
			a = bp->m_addr;
			bp->m_addr += size;
			if ((bp->m_size -= size) == 0) {
				do {
					bp++;
					(bp-1)->m_addr = bp->m_addr;
				} while ((bp-1)->m_size = bp->m_size);
			}

The code on SCO's 1st slide is at least as old as V7, which predates System V by some years.

44 posted on 08/19/2003 9:29:56 AM PDT by Nick Danger (Time is what keeps everything from happening at once)
[ Post Reply | Private Reply | To 40 | View Replies ]


To: Nick Danger
The code on SCO's 1st slide is at least as old as V7

If so, isn't it a bit late for SCO to dash into court hollering "I'm just shocked, I tell you -- shocked!!"

48 posted on 08/19/2003 9:37:25 AM PDT by HiTech RedNeck
[ Post Reply | Private Reply | To 44 | View Replies ]

Free Republic
Browse · Search
News/Activism
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson