On 2014/09/30 01:18, David Coppa wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2014/09/30 01:18:48 > > Modified files: > security/wpa_supplicant: Makefile > Added files: > security/wpa_supplicant/patches: patch-src_utils_common_c > > Log message: > util: Don't use "\e" > > '\e' representing ESC (0x1b) is not C standard, it's a GNU extension. > https://gcc.gnu.org/onlinedocs/gcc/Character-Escapes.html#Character-Escapes > > upstream git commit a8833b84f46626b6fb9e9f277137f26acc72c64e >
Just out of interest, what's the need to backport this in ports? Any compiler this is likely to get built with produces identical code for \e and \033.
