From: YAMAMOTO Mitsuharu Date: Tue, 19 Sep 2006 03:18:01 +0000 (+0000) Subject: [!MAC_OSX] (select): Fix argument name. X-Git-Tag: emacs-pretest-22.0.90~466 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aef12e3acd7684f057e523bf0a69669fe26840e6;p=emacs.git [!MAC_OSX] (select): Fix argument name. --- diff --git a/src/mac.c b/src/mac.c index 151cce9c0f3..be6953a0d55 100644 --- a/src/mac.c +++ b/src/mac.c @@ -2416,7 +2416,7 @@ sys_fopen (const char *name, const char *mode) extern Boolean mac_wait_next_event P_ ((EventRecord *, UInt32, Boolean)); int -select (n, rfds, wfds, efds, timeout) +select (nfds, rfds, wfds, efds, timeout) int nfds; SELECT_TYPE *rfds, *wfds, *efds; EMACS_TIME *timeout;