[PATCH] Minor cleanup of inline declaration for netgraph.h

From: Ed Maste (emaste_at_phaedrus.sandvine.ca)
Date: 08/08/05

  • Next message: Julian Elischer: "Re: [PATCH] Minor cleanup of inline declaration for netgraph.h"
    Date: Mon, 8 Aug 2005 15:46:48 -0400
    To: freebsd-net@freebsd.org
    
    
    

    We build one of our netgraph modules with -W, which causes GCC
    to emit "warning: `inline' is not at beginning of declaration" for
    netgraph.h. It's pretty trivial, but the attached patch cleans this
    up so it's consistent across all of the functions in netgraph.h.

    --
    Ed Maste, Sandvine Incorporated
    
    
    

    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"



  • Next message: Julian Elischer: "Re: [PATCH] Minor cleanup of inline declaration for netgraph.h"

    Relevant Pages