Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/identd Fix an error message.



details:   https://anonhg.NetBSD.org/src/rev/572c7466b88b
branches:  trunk
changeset: 536570:572c7466b88b
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Sep 18 20:20:28 2002 +0000

description:
Fix an error message.

diffstat:

 libexec/identd/identd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9764808c96c8 -r 572c7466b88b libexec/identd/identd.c
--- a/libexec/identd/identd.c   Wed Sep 18 20:17:55 2002 +0000
+++ b/libexec/identd/identd.c   Wed Sep 18 20:20:28 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: identd.c,v 1.13 2002/09/18 20:17:55 mycroft Exp $      */
+/*     $NetBSD: identd.c,v 1.14 2002/09/18 20:20:28 mycroft Exp $      */
 
 /*
 ** identd.c                       A TCP/IP link identification protocol server
@@ -702,7 +702,7 @@
            ** An error occurred in select? Just die
            */
            if (nfds < 0)
-               ERROR("main: select");
+               ERROR("main: poll");
            
            /*
            ** Timeout limit reached. Exit nicely



Home | Main Index | Thread Index | Old Index