NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56188 CVS commit: src/tools/compat



The following reply was made to PR port-amiga/56188; it has been noted by GNATS.

From: "Chris Pinnock" <cjep%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56188 CVS commit: src/tools/compat
Date: Sun, 30 May 2021 10:39:41 +0000

 Module Name:	src
 Committed By:	cjep
 Date:		Sun May 30 10:39:41 UTC 2021
 
 Modified Files:
 	src/tools/compat: compat_defs.h
 
 Log Message:
 PR port-amiga/56188
 
 Include a prototype for __nbcompat_heapsort. The tools for amiga now
 build on Darwin where one Amiga specific tool uses heapsort.
 
 Despite being a one-liner, ./build.sh -m amiga tools was tested on
 NetBSD, Darwin, FreeBSD & Linux with the change.
 
 Discussed various options with jdc & thorpej. Perhaps in the future
 we could look at using qsort instead of heapsort as qsort is
 standardised and more likely to be available. We could then remove
 heapsort from the compatibility library.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.119 -r1.120 src/tools/compat/compat_defs.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index