Makeing "Gated"
Guy Harris
guy at auspex.auspex.com
Wed Apr 10 07:17:27 AEST 1991
> 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....
More information about the Comp.sys.pyramid
mailing list