From owner-freebsd-bugs Tue Oct 6 20:30:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19139 for freebsd-bugs-outgoing; Tue, 6 Oct 1998 20:30:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA19073 for ; Tue, 6 Oct 1998 20:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01443; Tue, 6 Oct 1998 20:30:01 -0700 (PDT) Date: Tue, 6 Oct 1998 20:30:01 -0700 (PDT) Message-Id: <199810070330.UAA01443@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Bruce Evans Subject: Re: kern/8165: minor inconsistency in dirent.h Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/8165; it has been noted by GNATS. From: Bruce Evans To: aledm@routers.co.uk, FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: kern/8165: minor inconsistency in dirent.h Date: Wed, 7 Oct 1998 13:26:42 +1000 >These should be synchronised in the same way that MAXPATHLEN in sys/param.h >is fixed to PATH_MAX from sys/syslimits.h > >>How-To-Repeat: > >by inspection > >>Fix: > >to sys/dirent.h add #include >and change "#define MAXNAMLEN 255" to "#define MAXNAMLEN NAME_MAX" This would pollute some more and is not permitted in the _POSIX_SOURCE case. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message