From: Alp Aker Date: Sun, 22 May 2016 18:14:19 +0000 (-0400) Subject: * src/process.c (SOCK_NONBLOCK): Fix typo. X-Git-Tag: emacs-26.0.90~1916 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=848d487cd2aed4f26a53c6b65565bb03050614ce;p=emacs.git * src/process.c (SOCK_NONBLOCK): Fix typo. --- diff --git a/src/process.c b/src/process.c index fbb517d91a7..d4bd19a24a9 100644 --- a/src/process.c +++ b/src/process.c @@ -151,7 +151,7 @@ bool inhibit_sentinels; # define SOCK_CLOEXEC 0 #endif #ifndef SOCK_NONBLOCK -# define SOCK_NONBLOCk 0 +# define SOCK_NONBLOCK 0 #endif /* True if ERRNUM represents an error where the system call would