Path: utzoo!mnetor!uunet!husc6!tut.cis.ohio-state.edu!lvc From: lvc@tut.cis.ohio-state.edu (Lawrence V. Cipriani) Newsgroups: comp.lang.c Subject: Re: abs(), utimes() Message-ID: <10195@tut.cis.ohio-state.edu> Date: 10 Apr 88 14:37:30 GMT References: <7794@alice.UUCP> <10068@tut.cis.ohio-state.edu> <7629@brl-smoke.ARPA> <10992@mimsy.UUCP> Organization: Ohio State Computer & Info Science Lines: 26 Summary: missing type definitions from UNIX In article <10992@mimsy.UUCP>, chris@mimsy.UUCP (Chris Torek) writes: > > Your argument about the utimes() syscall is incorrect, though: > These are the definitions I had in mind when I wrote the previous note: struct utimbuf /* used in some system call */ { time_t actime; time_t modtime; }; union semun /* used with semaphore stuff */ { int val; struct semid_ds *sembuf; ushort *array; }; They aren't in any standard UNIX System V Release 2 header file on my 3B5 or 3B15. -- Larry Cipriani, AT&T Network Systems and Ohio State University Domain: lvc@tut.cis.ohio-state.edu Path: ...!cbosgd!osu-cis!tut.cis.ohio-state.edu!lvc (weird but right)