-audit might be a more appropriate list for this.
On Fri, 7 Dec 2001, David Hill wrote:
:On Mon, 3 Dec 2001 17:48:43 +
:David Hill <[EMAIL PROTECTED]> wrote:
:
:> This patch was done on -CURRENT.
:>
:> It is both pasted and attached to this message.
:>
:> Thanks
:> David
:>
:>
:> --- wr
On Mon, 3 Dec 2001 17:48:43 +
David Hill <[EMAIL PROTECTED]> wrote:
> This patch was done on -CURRENT.
>
> It is both pasted and attached to this message.
>
> Thanks
> David
>
>
> --- write.c.origMon Dec 3 17:42:45 2001
> +++ write.c Mon Dec 3 17:45:22 2001
> @@ -190,8 +190,
On Mon, 3 Dec 2001 17:29:32 -0600
Alfred Perlstein <[EMAIL PROTECTED]> wrote:
> * David Hill <[EMAIL PROTECTED]> [011203 16:50] wrote:
> > This patch was done on -CURRENT.
> >
> > It is both pasted and attached to this message.
>
> Which write.c is this to be applied to?
>
>
> To Unsubscribe:
* David Hill <[EMAIL PROTECTED]> [011203 16:50] wrote:
> This patch was done on -CURRENT.
>
> It is both pasted and attached to this message.
Which write.c is this to be applied to?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Fri, 10 Aug 2001 23:06:49 -0400
David Hill <[EMAIL PROTECTED]> wrote:
> Hello -
> Here is my patch to make write.c work when WARNS=2. I also did some code
>cleanup
>
> 1. Constify
> 2. Changed a strncpy to strlcpy
> 3. Changed (S_IWRITE >> 3) to S_IWGRP
> 4. Cle