cvs commit: src/sbin/atm/fore_dnld fore_dnld.c

Hartmut Brandt harti at FreeBSD.org
Wed Jul 30 09:02:51 PDT 2003


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


More information about the cvs-all mailing list