NetBSD/usr.sbin/pkg_install/create
agc 6e58e2a640 Introduce a new abstraction in the C code, called MaxPathSize. All
previous occurrences of MAXPATHLEN and FILENAME_MAX have been changed
to use MaxPathSize instead.

If MAXPATHLEN is not defined, then assume a default value of 1024
(this is primarily for use on the Hurd).

The reason for this is that some older platforms define FILENAME_MAX
to be 14, although MAXPATHLEN is 1024. On BSD-derived systems,
FILENAME_MAX And MAXPATHLEN are both 1024.

Bump pkg_install version to 20041226.

These modifications have been tested so far on a NetBSD-current bulk
build.
2004-12-29 11:34:59 +00:00
..
Makefile
create.h
main.c Introduce a new abstraction in the C code, called MaxPathSize. All 2004-12-29 11:34:59 +00:00
perform.c Introduce a new abstraction in the C code, called MaxPathSize. All 2004-12-29 11:34:59 +00:00
pkg_create.1 s/the the/the/ (only in sources that aren't regularly imported from 2004-04-23 02:58:27 +00:00
pl.c Introduce a new abstraction in the C code, called MaxPathSize. All 2004-12-29 11:34:59 +00:00