Change 31738 by [EMAIL PROTECTED] on 2007/08/20 16:49:21

        Default LOG_PRIMASK for Sys-Syslog in cases where it is not
        defined.

Affected files ...

... //depot/perl/ext/Sys/Syslog/Makefile.PL#17 edit

Differences ...

==== //depot/perl/ext/Sys/Syslog/Makefile.PL#17 (text) ====
Index: perl/ext/Sys/Syslog/Makefile.PL
--- perl/ext/Sys/Syslog/Makefile.PL#16~30657~   2007-03-21 03:43:52.000000000 
-0700
+++ perl/ext/Sys/Syslog/Makefile.PL     2007-08-20 09:49:21.000000000 -0700
@@ -64,9 +64,9 @@
 
             # others macros
             qw(
-                LOG_FACMASK LOG_NFACILITIES LOG_PRIMASK 
+                LOG_FACMASK LOG_NFACILITIES
             ), 
-
+           { name => "LOG_PRIMASK", type => "IV", default => [ "IV", 7] },
            { name => "_PATH_LOG", type => "PV", default => [ "PV", 
qq("$_PATH_LOG") ] },
     );
 
End of Patch.

Reply via email to