CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/12 23:05:47
Modified files:
sys/net : pipex.c pipex_local.h
Log message:
replace static on functions with Static so openbsd can define it away
to nothing. this lets us see functions in ddb, while not hurting the
ability to share the code with other projects.
idea borrowed from the usb stack.
ok yasuoka@
