From 2032b5b43553f43052c667356062c7827c776dcd Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Mon, 23 Dec 2002 07:25:51 -0800 Subject: [PATCH] Removal of duplicate comment block Subject: Re: [perl #19306] Sys::Syslog issues. Message-ID: p4raw-id: //depot/perl@18350 --- ext/Sys/Syslog/Syslog.pm | 9 --------- 1 file changed, 9 deletions(-) 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 -- 2.7.4