Xref: utzoo comp.unix.xenix:1920 comp.unix.questions:6505 Path: utzoo!mnetor!uunet!husc6!bloom-beacon!mit-eddie!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.unix.xenix,comp.unix.questions Subject: Re: uname(2) on Altos 2000? Message-ID: Date: 10 Apr 88 15:35:52 GMT References: <267@amanue.UUCP> Organization: The Office of Mismanagement and Bean Counting Lines: 10 There is a struct in system V called something like utsname that has all the stuff in it that the UNAME system call returns. I suppose that they expect you to compile it into the system as they give you no other way to set it. You can fix it with adb (the format of the structures is in one of the include files you do have) but my favorite is to run EMACS on /unix to change it. Don't forget to turn on overwrite mode. You can use the search command to find the text of the string. -Ron