* w32.c (emacs_gnutls_push): Fix typo.
+2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
+
+ * w32.c (emacs_gnutls_push): Fix typo.
+
2011-04-25 Eli Zaretskii <eliz@gnu.org>
* gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
emacs_gnutls_push (gnutls_transport_ptr_t p, const void* buf, size_t sz)
{
struct Lisp_Process *process = (struct Lisp_Process *)p;
- int fd = proc->outfd;
+ int fd = process->outfd;
ssize_t n = sys_write(fd, buf, sz);
/* 0 or more bytes written means everything went fine. */