Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.sys.pyramid Subject: Re: Makeing "Gated" Keywords: Gated Message-ID: <7097@auspex.auspex.com> Date: 9 Apr 91 21:17:27 GMT References: <1991Apr8.073344.2646@cheops.qld.tne.oz.au> <671136511.AA15442@flaccid> Organization: Auspex Systems, Santa Clara Lines: 27 > Some other operating systems might have memory.h in their UCB environment, > but that is not true UCB! Gosh, I guess that operating system generally known as "4.3-tahoe" isn't "true UCB", then, 'cuz it has "memory.h" in the only environment it offers: /* * Copyright (c) 1985 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * * @(#)memory.h 5.1 (Berkeley) 85/08/05 */ /* * Definitions of the Sys5 compat memory manipulation routines */ extern char *memccpy(); extern char *memchr(); extern int memcmp(); extern char *memcpy(); extern char *memset(); I guess just because it came from Berkeley's CSRG doesn't mean it's really BSD, then, by that logic....