CVS commit: othersrc/usr.bin/tnftp/libnetbsd

2023-04-08 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Apr 9 06:23:20 UTC 2023 Modified Files: othersrc/usr.bin/tnftp/libnetbsd: libnetbsd.c Log Message: use better terminology To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/tnftp/libnetbsd/libn

CVS commit: othersrc/usr.bin/tnftp/libnetbsd

2023-04-08 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Apr 9 06:23:20 UTC 2023 Modified Files: othersrc/usr.bin/tnftp/libnetbsd: libnetbsd.c Log Message: use better terminology To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/tnftp/libnetbsd/libn

CVS commit: othersrc/usr.bin/tnftp/libnetbsd

2021-08-24 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Wed Aug 25 00:59:48 UTC 2021 Modified Files: othersrc/usr.bin/tnftp/libnetbsd: Makefile.am Log Message: libnetbsd: use AM_CPPFLAGS not CPPFLAGS Use AM_CPPFLAGS because CPPFLAGS is for user override To generate a diff of thi

CVS commit: othersrc/usr.bin/tnftp/libnetbsd

2021-08-24 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Wed Aug 25 00:59:48 UTC 2021 Modified Files: othersrc/usr.bin/tnftp/libnetbsd: Makefile.am Log Message: libnetbsd: use AM_CPPFLAGS not CPPFLAGS Use AM_CPPFLAGS because CPPFLAGS is for user override To generate a diff of thi

Re: CVS commit: othersrc/usr.bin/tnftp/libnetbsd

2013-03-20 Thread Christos Zoulas
On Mar 21, 10:45am, lu...@netbsd.org (Luke Mewburn) wrote: -- Subject: Re: CVS commit: othersrc/usr.bin/tnftp/libnetbsd | Done. | THX! christos

Re: CVS commit: othersrc/usr.bin/tnftp/libnetbsd

2013-03-20 Thread Luke Mewburn
On Wed, Mar 20, 2013 at 01:21:33PM +, Christos Zoulas wrote: | >* Use "unsigned char" instead of "u_char" (reinstate part of rev 1.7) | | Please change those in libc, so that it does not happen again: | (u_foo). Done. cheers, Luke. pgpPl0c_fjRpd.pgp Description: PGP signature

Re: CVS commit: othersrc/usr.bin/tnftp/libnetbsd

2013-03-20 Thread Christos Zoulas
In article <20130320073000.273cf17...@cvs.netbsd.org>, Luke Mewburn wrote: >-=-=-=-=-=- > >Module Name: othersrc >Committed By: lukem >Date: Wed Mar 20 07:29:59 UTC 2013 > >Modified Files: > othersrc/usr.bin/tnftp/libnetbsd: glob.c > >Log Message: >Remove some unportable assumpti

CVS commit: othersrc/usr.bin/tnftp/libnetbsd

2010-01-05 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Tue Jan 5 09:08:29 UTC 2010 Modified Files: othersrc/usr.bin/tnftp/libnetbsd: glob.c Log Message: If ARG_MAX isn't defined, use the result from sysconf(_SC_ARG_MAX). Based on pkgsrc/net/tnftp. To generate a diff of this com