From: Yitzchak Scott-Thoennes Date: Mon, 23 Dec 2002 15:25:51 +0000 (-0800) Subject: Removal of duplicate comment block X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2032b5b43553f43052c667356062c7827c776dcd;p=p5sagit%2Fp5-mst-13.2.git Removal of duplicate comment block Subject: Re: [perl #19306] Sys::Syslog issues. Message-ID: p4raw-id: //depot/perl@18350 --- diff --git a/ext/Sys/Syslog/Syslog.pm b/ext/Sys/Syslog/Syslog.pm index a7fd2c9..e255067 100644 --- a/ext/Sys/Syslog/Syslog.pm +++ b/ext/Sys/Syslog/Syslog.pm @@ -26,15 +26,6 @@ my $fail_time = undef; use Socket; use Sys::Hostname; -# adapted from syslog.pl -# -# Tom Christiansen -# modified to use sockets by Larry Wall -# NOTE: openlog now takes three arguments, just like openlog(3) -# Modified to add UNIX domain sockets by Sean Robinson -# with support from Tim Bunce and the perl5-porters mailing list -# Modified to use an XS backend instead of syslog.ph by Tom Hughes - =head1 NAME Sys::Syslog, openlog, closelog, setlogmask, syslog - Perl interface to the UNIX syslog(3) calls