From owner-cvs-all Wed May 15 2:50: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6BED37B404; Wed, 15 May 2002 02:49:59 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9nxx91218; Wed, 15 May 2002 02:49:59 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205150949.g4F9nxx91218@freefall.freebsd.org> From: "J. Mallett" Date: Wed, 15 May 2002 02:49:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls ls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/15 02:49:59 PDT Modified files: bin/ls ls.c Log: Make 'user' and 'group' const as to not discard the qualifier from the functions we use to assign them. Doesn't seem to be anything else that relies on these being non-const. Revision Changes Path 1.58 +2 -1 src/bin/ls/ls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message