atom feed10 messages in org.freebsd.freebsd-auditRe: {get,set}progname functions
FromSent OnAttachments
Dima DorfmanMay 1, 2001 7:52 pm 
Will AndrewsMay 1, 2001 8:57 pm 
Dima DorfmanMay 1, 2001 9:37 pm 
Will AndrewsMay 1, 2001 9:40 pm 
Dima DorfmanMay 1, 2001 10:00 pm 
Bruce EvansMay 1, 2001 10:10 pm 
Bruce EvansMay 1, 2001 10:13 pm 
Dima DorfmanMay 1, 2001 11:09 pm 
Bruce EvansMay 4, 2001 4:42 am 
Dima DorfmanMay 5, 2001 12:32 am 
Subject:Re: {get,set}progname functions
From:Will Andrews (wi@physics.purdue.edu)
Date:May 1, 2001 9:40:23 pm
List:org.freebsd.freebsd-audit

On Tue, May 01, 2001 at 09:38:08PM -0700, Dima Dorfman wrote:

In the header file? Removing __P() in a standalone program is most

__P() is just syntactic sugar. It won't make a difference as far as compiling goes. I just tried it myself.

likely harmless. Removing it from header files is probably a different story. Don't get me wrong; I have no use for __P(). I just think nuking it in header files will be met with more resistance than usual. For one, it makes the entire system (well, anything that uses that header file, which is a large chunck of programs) incompatible with a ``K&R Old Testament'' compiler.

Exactly the point.