]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Quiet compiler warnings in mbuf.h
authorrodrigc <rodrigc@FreeBSD.org>
Wed, 22 Apr 2015 01:35:29 +0000 (01:35 +0000)
committerrodrigc <rodrigc@FreeBSD.org>
Wed, 22 Apr 2015 01:35:29 +0000 (01:35 +0000)
commita303879bce8d790548f97ecf342fcb6629ee5f2b
tree0d1b790ec423727f7d677191d3331553015515af
parent2fbc6643b4b2fd51e7f256d2b76091069fad7c9d
Quiet compiler warnings in mbuf.h

 * Mark unused arguments with __unused
 * Move inline before the return type (and use __inline to keep the file
   consistent in style.)

Submitted by: Steve Kiernan <stevek@juniper.net>
Obtained from: Juniper Networks, Inc.
sys/sys/mbuf.h