Renamed findproc() to _pm_findproc() to reduce polluting of application
namespace.
This commit is contained in:
@@ -327,7 +327,7 @@ void main( int argc, char **argv )
|
||||
eth_ign_proto= htons((u16_t) v);
|
||||
|
||||
/* Try to notify inet that we are present (again) */
|
||||
r = findproc("inet", &tasknr);
|
||||
r = _pm_findproc("inet", &tasknr);
|
||||
if (r == OK)
|
||||
notify(tasknr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user