mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
216 B
C
11 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);
|