mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
56bf85096c
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
216 B
C
12 lines
216 B
C
--- longjmp.c.orig 2011-05-11 00:58:23 UTC
|
|
+++ longjmp.c
|
|
@@ -51,7 +51,7 @@ benchmark_init()
|
|
int
|
|
benchmark(void *tsd, result_t *res)
|
|
{
|
|
- int i = 0;
|
|
+ volatile int i = 0;
|
|
jmp_buf env;
|
|
|
|
(void) setjmp(env);
|