From owner-cvs-usrbin Sun Aug 24 22:03:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA18169 for cvs-usrbin-outgoing; Sun, 24 Aug 1997 22:03:43 -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 WAA18144; Sun, 24 Aug 1997 22:03:31 -0700 (PDT) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA08214; Sun, 24 Aug 1997 22:02:55 -0700 (PDT) Date: Sun, 24 Aug 1997 22:02:55 -0700 (PDT) Message-Id: <199708250502.WAA08214@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/tip/tip cmds.c tip.c tip.h tipout.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/08/24 22:02:55 PDT Modified files: (Branch: RELENG_2_2) usr.bin/tip/tip cmds.c tip.c tip.h tipout.c Log: MFC: style change MAXPATHLEN->PATH_MAX and also buffer overflow fix. Revision Changes Path 1.2.6.3 +2 -2 src/usr.bin/tip/tip/cmds.c 1.2.2.3 +3 -3 src/usr.bin/tip/tip/tip.c 1.1.6.3 +4 -4 src/usr.bin/tip/tip/tip.h 1.3.2.2 +2 -2 src/usr.bin/tip/tip/tipout.c