This is the mail archive of the
cygwin-patches@sources.redhat.com
mailing list for the Cygwin project.
Re: setlogmask() patch
- To: Cygwin-Patches <cygwin-patches at cygwin dot com>
- Subject: Re: setlogmask() patch
- From: Christopher Faylor <cgf at redhat dot com>
- Date: Mon, 22 Jan 2001 10:34:27 -0500
- References: <20010121225155.A1272@dothill.com>
- Reply-To: cygwin-patches at cygwin dot com
Applied. Thanks.
cgf
On Sun, Jan 21, 2001 at 10:51:56PM -0500, Jason Tishler wrote:
>See attach for (trivial) patch and ChangeLog entry to add back
>setlogmask() to Cygwin. Note that I followed the other syslog exports
>and exported setlogmask() as _setlogmask() too. I don't know if this
>was correct.
>
>To apply the patch, use the following:
>
> $ cd src/winsup/cygwin
> $ # save attached patch to /tmp
> $ patch </tmp/setlogmask.patch