From owner-cvs-all Wed Jul 24 8:30:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03EC137B400; Wed, 24 Jul 2002 08:30:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD6243E3B; Wed, 24 Jul 2002 08:30:54 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6OFUsJU039189; Wed, 24 Jul 2002 08:30:54 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6OFUsLa039188; Wed, 24 Jul 2002 08:30:54 -0700 (PDT) Message-Id: <200207241530.g6OFUsLa039188@freefall.freebsd.org> From: Yar Tikhiy Date: Wed, 24 Jul 2002 08:30:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.c logwtmp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2002/07/24 08:30:53 PDT Modified files: libexec/ftpd ftpd.c logwtmp.c Log: Remove the outdated casts to "char *" from the setsockopt(2), write(2), and getipnodebyaddr(3) calls. Now all the above functions accept "void *" in that arguments and have prototypes. Thus, the casts are useless under the normal circumstances (and would be harmful if the functions had no prototypes.) MFC after: 2 weeks Revision Changes Path 1.116 +14 -16 src/libexec/ftpd/ftpd.c 1.11 +1 -1 src/libexec/ftpd/logwtmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message