From: minima Date: Wed, 29 Mar 2006 13:46:17 +0000 (+0000) Subject: fix sh/muf X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=052bbd13bf5d0b9f5f294c4cb46ffc3d0019aed1;p=spider.git fix sh/muf --- diff --git a/Changes b/Changes index 7ce87a5a..dc5a5020 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +29Mar06======================================================================= +1. fix sh/muf that I broke in the previous change 26Mar06======================================================================= 1. Arrange for any online buddies to be displayed when a user logs on. 2. Try to reduce the amount of POSIX stuff that is loaded to just that which diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 919def9f..ea99e3d1 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -13,6 +13,7 @@ package DXCommandmode; @ISA = qw(DXChannel); +use POSIX qw(:math_h); use DXUtil; use DXChannel; use DXUser;