This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/48018] libgo needs to handle Solaris 2 syslog
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 9 Mar 2011 06:25:03 +0000
- Subject: [Bug go/48018] libgo needs to handle Solaris 2 syslog
- Auto-submitted: auto-generated
- References: <bug-48018-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48018
Ian Lance Taylor <ian at airs dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2011.03.09 06:24:43
Ever Confirmed|0 |1
--- Comment #1 from Ian Lance Taylor <ian at airs dot com> 2011-03-09 06:24:43 UTC ---
I'm not sure it matters to the syslog writer that Solaris syslog uses STREAMS.
I think it only matters to the syslog daemon itself.
What happens if you add /dev/conslog to logPaths in unixSyslog in
libgo/go/syslog/syslog.go?