Re:
> Can anyone tell me what the utssys() system call does? There's no manual
> page for it. From tusc, I can see:
>
> utssys("HP-UX", 0, 0) ............................................ = 0
From decompiling, it doesn't appear to do much. The kernel utssys
routine (called to handle system call (SYS_utssys, #57)), is short,
with one external call ... to a short routine that has no procedure calls
at all. That's where I stopped looking.
--
Stan Sieler sieler@allegro.com
http://www.allegro.com/sieler/