Re: [current tinderbox] failure on ...all...

From: Dag-Erling Smørgrav (des_at_des.no)
Date: 06/10/05

  • Next message: Stefan Farfeleder: "Re: [current tinderbox] failure on ...all..."
    To: Joseph Koshy <joseph.koshy@gmail.com>
    Date: Fri, 10 Jun 2005 11:06:16 +0200
    
    

    Joseph Koshy <joseph.koshy@gmail.com> writes:
    > Dag-Erling Smørgrav <des@des.no> writes:
    > > It also seems strange to me that you on the one hand introduce a
    > > new struct to separate MD and MI interfaces, and on the other hand
    > > continue to assume that they are assignment-compatible.
    > I'd be very surprised if two C structures with identical definitions
    > were not assignment compatible.

    I wouldn't be surprised if the standard says they aren't.
    Unfortunately, my copy is at home.

    > The code in question would have
    > changed (to something like what it is now) had the MD struct changed
    > in the future.

    Of course, but you wouldn't be able to run an old userland on a new
    kernel. I thought that was (much of) the point of separating MI from
    MD.

    Please fix your MUA to attribute what it quotes.

    DES

    -- 
    Dag-Erling Smørgrav - des@des.no
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Stefan Farfeleder: "Re: [current tinderbox] failure on ...all..."

    Relevant Pages

    • Re: [PATCH 3/3] add open iscsi netlink interface to iscsi transport class
      ... can you please insert the patches inline? ... +struct mempool_zone { ... please use two separate helpers for transport/host instead of the H_TYPE ...
      (Linux-Kernel)
    • Re: Typedef structs
      ... > What reasons would you offer that it shouldn't be hidden? ... In a separate ... the type "struct tm", declared in, is visibly a struct. ... over brace style. ...
      (comp.lang.c)
    • Re: OO Concepts and C# Properties
      ... >> I like to separate data structures and classes. ... >> public variables and no behavior. ... I often create hybrid classes. ... > struct Date { ...
      (comp.object)
    • Re: inits children list is long and slows reaping children.
      ... "Ugly POSIX process semantics data" seems simple enough to stick in a struct ... It's mainly about signal cruft, because that's the nastiest part of POSIX ... It's primarily about signals, but it has "cruft" in it. ... separated out as a separate thing absolutely *last*, ...
      (Linux-Kernel)
    • Re: Reducing debuginfo size by removing unneeded includes
      ... I'm starting with you because the first file I used to ... I found it strange that the struct sk_buff definition was found ... Almost 64KB only on this object file! ...
      (Linux-Kernel)