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
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
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
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
On Mar 21, 10:45am, lu...@netbsd.org (Luke Mewburn) wrote:
-- Subject: Re: CVS commit: othersrc/usr.bin/tnftp/libnetbsd
| Done.
|
THX!
christos
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
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
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