Date: Wed, 30 Jul 2003 09:02:50 -0700 (PDT) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atm/fore_dnld fore_dnld.c Message-ID: <200307301602.h6UG2oPK053598@repoman.freebsd.org>
index | next in thread | raw e-mail
harti 2003/07/30 09:02:50 PDT
FreeBSD src repository
Modified files:
sbin/atm/fore_dnld fore_dnld.c
Log:
Fix what was a common idiom in PDP-11 days: declare a local int and
use the address of that int for read(2). While this happens to work on
LE, it surely is wrong on BE.
Revision Changes Path
1.13 +2 -2 src/sbin/atm/fore_dnld/fore_dnld.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307301602.h6UG2oPK053598>
