bugzilla-daemon at mindrot.org
2002-Jul-08 19:35 UTC
[Bug 344] syntax error in bsd-misc.c / utimes()
http://bugzilla.mindrot.org/show_bug.cgi?id=344 ------- Additional Comments From mouring at eviladmin.org 2002-07-09 05:35 ------- Tim and I are talking about this. I need to fix my version that I commited of this to current. This breaks UnixWare since UnixWare does not seem to handle it right for some odd reason. - Ben ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jul-08 20:51 UTC
[Bug 344] syntax error in bsd-misc.c / utimes()
http://bugzilla.mindrot.org/show_bug.cgi?id=344 ------- Additional Comments From gert at greenie.muc.de 2002-07-09 06:51 ------- Well, what's in there is syntacticatlly incorrect (gcc barfs about the "->", as tvp[0]-> will do a double dereference on a single pointer), and it's also semantically incorrect as the second value should not be tv_*u*sec. What is breaking on UnixWare? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jul-08 21:13 UTC
[Bug 344] syntax error in bsd-misc.c / utimes()
http://bugzilla.mindrot.org/show_bug.cgi?id=344 ------- Additional Comments From tim at multitalents.net 2002-07-09 07:13 ------- UnixWare is happy with Gert's patch. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jul-08 21:40 UTC
[Bug 344] syntax error in bsd-misc.c / utimes()
http://bugzilla.mindrot.org/show_bug.cgi?id=344 mouring at eviladmin.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From mouring at eviladmin.org 2002-07-09 07:40 ------- Already commited. I'd like to know what NeXT did not mind it. I'll have to test it when I get home. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.