Deleted Added
full compact
locate.pl (50659) locate.pl (59874)
1#!/usr/bin/perl
1#!/usr/bin/perl
2# $FreeBSD: head/sys/pci/locate.pl 59874 2000-05-01 20:32:07Z peter $
2
3$errpos = hex($ARGV[0])/4;
4$ofs=0;
5
6open (INPUT, "cc -E ncr.c 2>/dev/null |");
7
8while ($_ = <INPUT>)
9{

--- 22 unchanged lines hidden ---
3
4$errpos = hex($ARGV[0])/4;
5$ofs=0;
6
7open (INPUT, "cc -E ncr.c 2>/dev/null |");
8
9while ($_ = <INPUT>)
10{

--- 22 unchanged lines hidden ---