From: Dmitry Antipov Date: Fri, 29 Aug 2014 16:28:53 +0000 (+0400) Subject: Fix ChangeLog entry. X-Git-Tag: emacs-25.0.90~2635^2~679^2~401 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55412cd901f4f3c507c9626061acae7e9ced6785;p=emacs.git Fix ChangeLog entry. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2a78c4b4fa9..b3c056edd07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -9,7 +9,7 @@ * lisp.h (enum Lisp_Save_Type): New member SAVE_TYPE_INT_OBJ. (make_save_int_obj): Add prototype. - Fix last change to support Darwin/OSX (Bug#18354). + Fix last change to support Darwin/OSX and FreeBSD (Bug#18354). * sysdep.c (sort_vector_compare) [DARWIN_OS || __FreeBSD__]: Conditionally define to match system's qsort_r signature. (sort_vector) [DARWIN_OS || __FreeBSD__]: Likewise in call to qsort_r.