Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!sdd.hp.com!hp-pcd!hpfcso!hpfcdc!rml From: rml@hpfcdc.HP.COM (Bob Lenk) Newsgroups: comp.sys.hp Subject: Re: utimes() and other bsd routines not on 7.0 Message-ID: <5570572@hpfcdc.HP.COM> Date: 15 Feb 91 23:39:34 GMT References: <1991Feb13.212748.20841@batcomputer.tn.cornell.edu> Organization: HP Fort Collins, Co. Lines: 19 In article <1991Feb13.212748.20841@batcomputer.tn.cornell.edu> hurf@theory.tn.cornell.edu (Hurf Sheldon) writes: There are some bsd based routines which I can't seem to successfully compensate for. One of them is utimes(), Is there any way to implement this on hp-ux 7.0? For utimes() specifically, you can probably use utime(). You can even write an emulation of utimes() using utime(), just throwing away the microsecond fields (4.3 does the same inside the kernel). Many other BSD routines can be emulated, or have their functionality replaced, in various specific ways. Some are available in libBSD if you haven't checked there. Some other BSD functionality is be supported. Bob Lenk rml@fc.hp.com {uunet,hplabs}!fc.hp.com!rml