Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: source-changes
Date: 07/21/2000 05:37:01
Module Name: basesrc
Committed By: mjl
Date: Fri Jul 21 12:37:01 UTC 2000
Modified Files:
basesrc/usr.sbin/mopd/mopd: process.c
Log Message:
Increase buffer size to maximum allowed by spec (filename may be
up to 128 chars long).
Ignore filenames longer than this.
Use syslog with %s as format, just in case.
The above changes come from OpenBSD.
Also use #define instead of magic constants.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/usr.sbin/mopd/mopd/process.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.