From owner-cvs-usrbin Sat Aug 31 07:51:32 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA15529 for cvs-usrbin-outgoing; Sat, 31 Aug 1996 07:51:32 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA15511; Sat, 31 Aug 1996 07:51:20 -0700 (PDT) Date: Sat, 31 Aug 1996 07:51:20 -0700 (PDT) From: Wolfram Schneider Message-Id: <199608311451.HAA15511@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/bigram locate.bigram.c src/usr.bin/locate/code locate.code.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/08/31 07:51:19 Modified: usr.bin/locate/bigram locate.bigram.c usr.bin/locate/code locate.code.c Log: NULL -> '\0' Submitted by: Bruce, see also c-faq 5.6 and 5.9 Revision Changes Path 1.6 +5 -5 src/usr.bin/locate/bigram/locate.bigram.c 1.5 +7 -7 src/usr.bin/locate/code/locate.code.c