On Fri, 24 Jun 2016 16:52:24 -0400, "Ted Unangst" wrote: > Yes, although I think it's kind of mindless copying. This code doesn't > benefit from progname. (Code that inspects argv[0] does benefit.) > > I doubt porting these programs is a high priority for anyone, but > nevertheles I prefer standard code over nonstandard code. > > That said, it is kind of noise.
And you just know that if this is committed there will be a diff from someone else in a year or so to use getprogname() instead of hard-coding the value. - todd
