mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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);
|