From owner-freebsd-commit Thu Dec 7 06:18:50 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA14701 for freebsd-commit-outgoing; Thu, 7 Dec 1995 06:18:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA14660 for cvs-all-outgoing; Thu, 7 Dec 1995 06:17:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA14653 for cvs-usrbin-outgoing; Thu, 7 Dec 1995 06:17:22 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA14644 Thu, 7 Dec 1995 06:17:16 -0800 (PST) Date: Thu, 7 Dec 1995 06:17:16 -0800 (PST) From: Bruce Evans Message-Id: <199512071417.GAA14644@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/ncftp sys.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/12/07 06:17:16 Modified: usr.bin/ncftp sys.h Log: Don't #define NO_CONST. Defining it caused type mismatches for qsort()'s compare arg and the problem fixed by defining it has apparently gone away. Revision Changes Path 1.12 +0 -1 src/usr.bin/ncftp/sys.h