search for: jubcolding

Displaying 1 result from an estimated 1 matches for "jubcolding".

2003 May 19
0
[PATCH] getpwnam() implementation in tftpd.c
Hi, This patch implements a minimal getpwnam() function in tftpd.c. The reason for the patch is that I needed tftpd to work in my embedded system, which are without libnss*. The patch has been tested, and works for me. Please consider it. Best regards, jules -- Jules Colding <JuBColding at yorkref.com> York Refrigeration diff -urN tftp-hpa-0.34.orig/tftpd/Makefile tftp-hpa-0.34/tftpd/Makefile --- tftp-hpa-0.34.orig/tftpd/Makefile 2001-11-27 11:18:11.000000000 +0100 +++ tftp-hpa-0.34/tftpd/Makefile 2003-05-17 21:18:08.000000000 +0200 @@ -4,6 +4,20 @@ -include ../MCONFIG incl...