Re: the alternative function for inet_aton

2011-07-05 Thread C. P. Ghost
On Mon, Jul 4, 2011 at 8:05 PM, ahmad javadi wrote: > hi > I use " inet_aton"  function in the kernel socket programming but i have the > following warrning: > "crypto.c:63: warning: implicit declaration of function 'inet_aton' > crypto.c:63: warning: nested extern declaration of  'inet_aton' > "

Re: the alternative function for inet_aton

2011-07-04 Thread Polytropon
On Mon, 4 Jul 2011 23:57:34 +0430, ahmad javadi wrote: > the /usr/include/arpa is exit but i dont know how install it . > so how can i install this header file? If /usr/include/arpa exists and contains the following files, everything is okay (7-STABLE here, may have different content on 8):

Re: the alternative function for inet_aton

2011-07-04 Thread Polytropon
On Mon, 4 Jul 2011 22:35:28 +0430, ahmad javadi wrote: > hi > I use " inet_aton" function in the kernel socket programming but i have the > following warrning: > "crypto.c:63: warning: implicit declaration of function 'inet_aton' > crypto.c:63: warning: nested extern declaration of 'inet_aton' >

the alternative function for inet_aton

2011-07-04 Thread ahmad javadi
hi I use " inet_aton" function in the kernel socket programming but i have the following warrning: "crypto.c:63: warning: implicit declaration of function 'inet_aton' crypto.c:63: warning: nested extern declaration of 'inet_aton' " this function required that "" be included but this folder did no