From owner-cvs-usrsbin Sat Jun 8 16:32:25 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA06405 for cvs-usrsbin-outgoing; Sat, 8 Jun 1996 16:32:25 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA06354; Sat, 8 Jun 1996 16:32:12 -0700 (PDT) Date: Sat, 8 Jun 1996 16:32:12 -0700 (PDT) From: Alex Nash Message-Id: <199606082332.QAA06354@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/08 16:32:11 Modified: usr.sbin/newsyslog newsyslog.c Log: Added function prototypes and removed in-line prototypes of standard functions such as malloc and time. Revision Changes Path 1.5 +36 -26 src/usr.sbin/newsyslog/newsyslog.c