mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
2aee39682f
- UnDEPRECATE and UnEXPIRE - Take maintainship
12 lines
292 B
C
12 lines
292 B
C
--- modules/clib/system.c.orig 2009-04-11 11:45:49.000000000 +0200
|
|
+++ modules/clib/system.c 2009-04-11 11:49:40.000000000 +0200
|
|
@@ -1689,7 +1689,7 @@
|
|
mkvoid,
|
|
#endif
|
|
#ifdef _POSIX_CPUTIME
|
|
- mkint(CLOCK_PROCESS_CPUTIME_ID),
|
|
+ mkint(CLOCK_VIRTUAL),
|
|
#else
|
|
mkvoid,
|
|
#endif
|