From owner-cvs-all Sun Jun 28 01:04:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14918 for cvs-all-outgoing; Sun, 28 Jun 1998 01:04:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14912; Sun, 28 Jun 1998 01:04:50 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA25373; Sun, 28 Jun 1998 01:04:09 -0700 (PDT) Date: Sun, 28 Jun 1998 01:04:09 -0700 (PDT) Message-Id: <199806280804.BAA25373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/popper/patches patch-ag Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1998/06/28 01:04:09 PDT Modified files: mail/popper/patches patch-ag Log: Well, it's always a bad idea to introduce new bugs when trying to fix one... strncat(3) takes a string as its second arg, and a len as its third one, not the other way round. =:-) The ``consistency'' of the C library sucks, of course. Revision Changes Path 1.6 +1 -1 ports/mail/popper/patches/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message