From: Richard M. Stallman Date: Sun, 25 Jul 1993 21:46:48 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: emacs-19.34~11576 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44b8251a57bc9524378370e2a7035a27bd569298;p=emacs.git Fix typo in previous change. --- diff --git a/src/filelock.c b/src/filelock.c index 0b51e14ad04..787fcc3ce66 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -42,7 +42,7 @@ extern int errno; extern char *egetenv (); extern char *strcpy (); -#ifndef (__386bsd__) +#ifndef __386bsd__ extern struct passwd *getpwuid (); #endif