ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor-crypto/openssh/dist/openbsd-compat/bsd-cygwin_util.c
(Generate patch)

Comparing vendor-crypto/openssh/dist/openbsd-compat/bsd-cygwin_util.c (file contents):
Revision 12134 by laffer1, Sat Nov 5 20:28:15 2016 UTC vs.
Revision 12135 by laffer1, Fri Jan 18 20:47:32 2019 UTC

# Line 39 | Line 39
39  
40   #include "xmalloc.h"
41  
42 < int
42 > int
43   binary_open(const char *filename, int flags, ...)
44   {
45          va_list ap;
46          mode_t mode;
47 <        
47 >
48          va_start(ap, flags);
49          mode = va_arg(ap, mode_t);
50          va_end(ap);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines