~ubuntu-branches/ubuntu/natty/gnupg2/natty

« back to all changes in this revision

Viewing changes to common/sysutils.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
    log_error ("failed to translate osfhandle %p\n", (void *) fd);
300
300
  return x;
301
301
#else /*!HAVE_W32_SYSTEM */
 
302
  (void)for_write;
302
303
  return fd;
303
304
#endif
304
305
}
314
315
 
315
316
  return translate_sys2libc_fd ((void*)fd, for_write);
316
317
#else
 
318
  (void)for_write;
317
319
  return fd;
318
320
#endif
319
321
}