pkgsrc/devel/florist/patches/patch-ak

13 lines
416 B
Text

$NetBSD: patch-ak,v 1.1 2005/10/20 17:43:29 wiz Exp $
--- posix-process_times.adb.orig 2002-10-24 02:03:52.000000000 -0600
+++ posix-process_times.adb
@@ -64,7 +64,7 @@ package body POSIX.Process_Times is
t : Process_Times;
begin
t.Elapsed_Real_Time := times (t.tms'Unchecked_Access);
- return Process_Times (t);
+ return t;
end Get_Process_Times;
----------------------------