dslinux/user/perl/h2pl/eg sizeof.ph sysexits.pl

cayenne dslinux_cayenne at user.in-berlin.de
Mon Dec 4 17:59:52 CET 2006


Update of /cvsroot/dslinux/dslinux/user/perl/h2pl/eg
In directory antilope:/tmp/cvs-serv17422/h2pl/eg

Added Files:
	sizeof.ph sysexits.pl 
Log Message:
Adding fresh perl source to HEAD to branch from

--- NEW FILE: sizeof.ph ---
$sizeof{'char'} = 1;
$sizeof{'int'} = 4;
$sizeof{'long'} = 4;
$sizeof{'struct arpreq'} = 36;
$sizeof{'struct ifconf'} = 8;
$sizeof{'struct ifreq'} = 32;
$sizeof{'struct ltchars'} = 6;
$sizeof{'struct pcntl'} = 116;
$sizeof{'struct rtentry'} = 52;
$sizeof{'struct sgttyb'} = 6;
$sizeof{'struct tchars'} = 6;
$sizeof{'struct ttychars'} = 14;
$sizeof{'struct winsize'} = 8;
$sizeof{'struct termios'} = 132;

--- NEW FILE: sysexits.pl ---
$EX_OK = 0x0;
$EX__BASE = 0x40;
$EX_USAGE = 0x40;
$EX_DATAERR = 0x41;
$EX_NOINPUT = 0x42;
$EX_NOUSER = 0x43;
$EX_NOHOST = 0x44;
$EX_UNAVAILABLE = 0x45;
$EX_SOFTWARE = 0x46;
$EX_OSERR = 0x47;
$EX_OSFILE = 0x48;
$EX_CANTCREAT = 0x49;
$EX_IOERR = 0x4A;
$EX_TEMPFAIL = 0x4B;
$EX_PROTOCOL = 0x4C;
$EX_NOPERM = 0x4D;




More information about the dslinux-commit mailing list