cvs commit: src/usr.sbin/bootparamd/bootparamd bootparamd.c main.c

Rink Springer rink at FreeBSD.org
Wed Jan 30 05:48:42 PST 2008


rink        2008-01-30 13:48:38 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/bootparamd/bootparamd bootparamd.c main.c 
  Log:
  Fix bootparamd on 64 bit platforms - at least amd64 was broken due to the
  code believing long == 64 bits and using it to store/compare IPv4 addresses.
  
  PR:             bin/112163
  Submitted by:   Tyler Spivey <tspivey at pcdesk.net>
  Reviewed by:    imp
  Approved by:    imp (mentor)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.14      +3 -3      src/usr.sbin/bootparamd/bootparamd/bootparamd.c
  1.12      +1 -1      src/usr.sbin/bootparamd/bootparamd/main.c


More information about the cvs-src mailing list