MAJOR=7
MINOR=130
DEVNAME=vcsa2
  "   'lY>n-juA
ţ490     '$     blit|jerq|blit running teletype rom                   W  H      	 " $ ' * - 1 5 9 = ? B E H K N Q T b p ~      K Y%p2%' '%+%c%p1%' '%+%c 
 D C A e! E! f! F!  B x y z D C A e%p1%' '%+%c E%p1%' '%+%c f%p1%' '%+%c F%p1%' '%+%c 
 	   
   )318 >    )<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
  
   +318 >    +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
  "   -li~d
C]i@q61h`{     -ELF                      ,      4     (  
 UWVSuSSh    jΡ    uQ6h   j6NWES  +ER1RPh0       e[^_]U    j P   hd   _       XZU    ]no command is specified can't find command `%s' Elapsed time: %d.%03d seconds 
 COMMAND [ARGS] time Measure time used by COMMAND    LICENSE=GPLv3+  time                                                                    *                                                                        /              :              U              m              ~                                           grub_mod_init grub_mod_fini grub_command_list grub_errno grub_register_command_prio grub_unregister_command grub_get_time_ms grub_error grub_named_list_find grub_printf_          	  $     2     9     @     S     g     l     q   
                                           .symtab .strtab .shstrtab .rel.text .rodata.str1.1 .data .module_license .bss .modname                                                      4                        	   @       D                 %      2                           4             m                     :             p                    J                                 O                                                    	   	         	                                                  X                        /li~d
e8o0  /   1li~ XEpNFq_ub&=LV[(     1################################################################################
#
#  $Revision: 19 $
#  $Author: mhx $
#  $Date: 2010/03/07 16:01:43 +0100 $
#
################################################################################
#
#  Version 2.x, Copyright (C) 2007-2010, Marcus Holland-Moritz <mhx@cpan.org>.
#  Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>.
#
#  This program is free software; you can redistribute it and/or
#  modify it under the same terms as Perl itself.
#
################################################################################

package IPC::Semaphore;

use IPC::SysV qw(GETNCNT GETZCNT GETVAL SETVAL GETPID GETALL SETALL
		 IPC_STAT IPC_SET IPC_RMID);
use strict;
use vars qw($VERSION);
use Carp;

$VERSION = do { my @r = '$Snapshot: /IPC-SysV/2.03 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
$VERSION = eval $VERSION;

# Figure out if we have support for native sized types
my $N = do { my $foo = eval { pack "L!", 0 }; $@ ? '' : '!' };

{
    package IPC::Semaphore::stat;

    use Class::Struct qw(struct);

    struct 'IPC::Semaphore::stat' => [
	uid	=> '$',
	gid	=> '$',
	cuid	=> '$',
	cgi