-- | ``We've all heard that a million monkeys banging on | Damien Miller - | a million typewriters will eventually reproduce the | <djm at mindrot.org> | works of Shakespeare. Now, thanks to the Internet, / | we know this is not true.'' - Robert Wilensky UCB / http://www.mindrot.org ---------- Forwarded message ---------- Date: Tue, 26 Dec 2000 09:12:48 -0800 From: Takumi Yamane <yamtak at ix.netcom.com> Reply-To: yamtak at b-session.com To: openssh at openssh.com Cc: yamtak at b-session.com Subject: minor bugs in openssh-2.3.0p1 Hi, I found that there are minor bugs in openssh-2.3.0p1. There are some function checking for 'entutx?ent' in configure, but its typo, it must be 'endutx?ent'. Thus endutx?ent() was never called. configure.in:line 296 entutent -> endutent configure.in:line 299 entutxent -> endutxent configure:line 2263 entutent -> endutent configure:line 2373 entutxent -> endutxent config.h.in:line 311 entutent -> endutent config.h.in:line 312 HAVE_ENTUTENT -> HAVE_ENDUTENT config.h.in:line 314 entutxent -> endutxent config.h.in:line 315 HAVE_ENTUTXENT -> HAVE_ENDUTXENT Regards. Takumi Yamane <yamtak at b-session.com>