From owner-cvs-sys Sun Sep 21 15:37:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA22093 for cvs-sys-outgoing; Sun, 21 Sep 1997 15:37:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA21988; Sun, 21 Sep 1997 15:35:43 -0700 (PDT) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA13771; Sun, 21 Sep 1997 15:31:23 -0700 (PDT) Date: Sun, 21 Sep 1997 15:31:23 -0700 (PDT) Message-Id: <199709212231.PAA13771@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net ppp_deflate.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/09/21 15:31:22 PDT Modified files: sys/net ppp_deflate.c Log: Remove an unfortunate name clash with the zalloc/zfree routines. Since the ppp_deflate code uses the names locally - it looses. Revision Changes Path 1.5 +11 -11 src/sys/net/ppp_deflate.c