patch-aimSniff_pl 400 B

1234567891011121314
  1. $OpenBSD: patch-aimSniff_pl,v 1.1.1.1 2005/11/04 23:06:25 jolan Exp $
  2. --- aimSniff.pl.orig Wed Feb 11 21:25:19 2004
  3. +++ aimSniff.pl Fri Nov 4 02:49:27 2005
  4. @@ -44,7 +44,8 @@ use Proc::Daemon;
  5. use Proc::Simple;
  6. use FileHandle;
  7. use Unix::Syslog;
  8. -use GDBM_File;
  9. +# XXX No GDBM_File port and no one replied when I asked how to make one.
  10. +#use GDBM_File;
  11. use Fcntl;
  12. autoflush STDOUT 1;