Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2001 13:06:34 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/linux linux.h src/sys/alpha/linux linux.h
Message-ID:  <200110152006.f9FK6ZW44220@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2001/10/15 13:06:34 PDT

  Modified files:
    sys/i386/linux       linux.h 
    sys/alpha/linux      linux.h 
  Log:
  In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux
  defines it as a short.  Change that to an array of one short so that FreeBSD's
  ifr_flags macro will work (it evaluates to ifr_ifru.ifru_flags[0]).
  
  Revision  Changes    Path
  1.56      +2 -2      src/sys/alpha/linux/linux.h
  1.58      +2 -2      src/sys/i386/linux/linux.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110152006.f9FK6ZW44220>