Path: utzoo!attcan!uunet!lll-winken!ames!haven!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.unix.wizards Subject: Re: NBBY Message-ID: <15348@mimsy.UUCP> Date: 9 Jan 89 01:30:29 GMT References: <2800@nuchat.UUCP> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 18 In article <2800@nuchat.UUCP> orion@nuchat.UUCP (Roland Dunkerley) writes: >Can anyone tell me what the symbol NBBY (#defined in sys/param.h under >4.3 BSD, I think) represents .... #define NBBY 8 /* number of bits in a byte */ >How does one go about changing the value of nsysent and adding entries >to sysent (ie: adding sys calls) on a binary-only site? 1) obtain source; 2) add entries. 1) may be achieved by `decompiling' objects. 1/2 :-) ---actually, more like :-( -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163) Domain: chris@mimsy.umd.edu Path: uunet!mimsy!chris