Re: [uClinux-dev] list of System calls in uclinux

2007-06-27 Thread Greg Ungerer
Hi Abdul, Abdul Qader wrote: I wanted to know if there was some archive of all the system calls availabe for uclinux. Also I wanted to port a driver from uclinux to You will need to look on an architecture by architecture basis. Look in the code, generally around arch/ARCH/kernel/. For

Re: [uClinux-dev] [patch] use memcmp() rather than bcmp() in user/dhcpcd/

2007-06-27 Thread Greg Ungerer
Hi Mike, Mike Frysinger wrote: bcmp() is deprecated in SUSV3 so ive changed dhcpcd to use memcmp(). Signed-off-by: Mike Frysinger [EMAIL PROTECTED] Applied, thanks. Regards Greg --- Index: user/dhcpcd/arp.c === RCS file: