Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!husc6!bloom-beacon!DINORAH.WUSTL.EDU!kek From: kek@DINORAH.WUSTL.EDU (Ken Krippner) Newsgroups: comp.windows.x Subject: ULTRIX 2.3 making R3 in Xmu fails with undefined SYS_NMLN Message-ID: <8811140223.AA22219@dinorah.wustl.edu> Date: 14 Nov 88 02:23:18 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 20 CvtStdSel.c "/usr/include/sys/utsname.h", line 44: SYS_NMLN undefined The ULTRIX notes in its modification history that it added the use of name lengths from limits.h but it forgot to let the system use it automatically. If you add the following to utsname.h (before the typedef struct...) that problem goes away: #include /* fixed on disk, not distrib tape: 13NOV88 kek */ I haven't looked yet to see if 3.0 has the same problem; very likely. I am writing an SPR to digital so it will be fixed in *some* future release. enjoy, ken