Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 519490
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- a/tests/t-lock.c
0
++ b/tests/t-lock.c
Lines 25-30 Link Here
25
#include <stdlib.h>
25
#include <stdlib.h>
26
#include <string.h>
26
#include <string.h>
27
#include <assert.h>
27
#include <assert.h>
28
#include <sys/types.h> /* getpid() */
29
#include <unistd.h>    /* getpid() */
28
#ifdef _WIN32
30
#ifdef _WIN32
29
# include <windows.h>
31
# include <windows.h>
30
#else
32
#else
Lines 132-138 Link Here
132
revision_thread (void *arg)
134
revision_thread (void *arg)
133
{
135
{
134
  gpg_err_code_t rc;
136
  gpg_err_code_t rc;
135
  int i;
137
  int i = 0;
136
138
137
  (void)arg;
139
  (void)arg;
138
140

Return to bug 519490