]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix all the inconsistent nve_os* function declarations and definitions
authordim <dim@FreeBSD.org>
Sat, 10 Nov 2012 16:02:12 +0000 (16:02 +0000)
committerdim <dim@FreeBSD.org>
Sat, 10 Nov 2012 16:02:12 +0000 (16:02 +0000)
commit236a248a4ac1d505de79450b3a76143776b27716
tree3e4f61e3510fd12acdef5aca85b546873d4485e2
parent4459d54c316c30cc8938d1f9452e2f901c8bf019
Fix all the inconsistent nve_os* function declarations and definitions
in nve(4).  The OS_API structure defined in os.h expects NV_API_CALL
attributes, effectively regparm(0), on its function pointers, but all
the functions were declared and defined without this attribute.

MFC after: 1 week
sys/dev/nve/if_nve.c