File: README.64-bit

package info (click to toggle)
libfile-libmagic-perl 0.96-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 232 kB
  • sloc: perl: 290; pascal: 88; ansic: 54; makefile: 13
file content (8 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
Nathan Hawkins ported File::LibMagic to AMD-64. There pointer are 
64 bit wide 
   long * p;
on 32 bit system long is (hopefully) aliased to int (in sys/types.h).
thus the change of all pointers in LibMagic.xs to (long *) should not
affect 32 bit systems.

A.