Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 02/10/2000 04:34:45
Module Name:	basesrc
Committed By:	tron
Date:		Thu Feb 10 12:34:45 UTC 2000

Modified Files:
	basesrc/usr.bin/mail: cmd1.c cmd2.c collect.c extern.h quit.c send.c

Log Message:
Rename send() to sendmessage() to avoid conflict with send(2) in "libc".
Patch supplied by Geoff Adams in PR bin/9385.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/usr.bin/mail/cmd1.c
cvs rdiff -r1.9 -r1.10 basesrc/usr.bin/mail/cmd2.c
cvs rdiff -r1.19 -r1.20 basesrc/usr.bin/mail/collect.c
cvs rdiff -r1.10 -r1.11 basesrc/usr.bin/mail/extern.h \
    basesrc/usr.bin/mail/quit.c basesrc/usr.bin/mail/send.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.