[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scratch/macos-process-args 1b79178: * src/sysdep.c (system_process_a
From: |
Robert Pluim |
Subject: |
Re: scratch/macos-process-args 1b79178: * src/sysdep.c (system_process_attributes): Support args attribute on macOS |
Date: |
Fri, 16 Apr 2021 10:14:10 +0200 |
>>>>> On Thu, 15 Apr 2021 18:35:11 -0400 (EDT), fgunbin@fastmail.fm (Filipp
>>>>> Gunbin) said:
Filipp> if (ttyname)
Filipp> - attrs = Fcons (Fcons (Qtty, build_string (ttyname)), attrs);
Filipp> + attrs = Fcons (Fcons (Qttname, build_string (ttyname)), attrs);
Nit: could you mention this bugfix in the commit message?
Robert
- Re: scratch/macos-process-args 1b79178: * src/sysdep.c (system_process_attributes): Support args attribute on macOS,
Robert Pluim <=