Page MenuHomeFreeBSD

openssh: use '' instead of `' in config.h
ClosedPublic

Authored by emaste on Jul 2 2024, 7:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 6, 4:46 PM
Unknown Object (File)
Tue, Sep 3, 4:06 AM
Unknown Object (File)
Mon, Sep 2, 5:36 PM
Unknown Object (File)
Sat, Aug 31, 6:07 PM
Unknown Object (File)
Sun, Aug 11, 2:31 AM
Unknown Object (File)
Aug 4 2024, 6:36 PM
Unknown Object (File)
Aug 4 2024, 3:08 AM
Unknown Object (File)
Jul 24 2024, 2:51 AM
Subscribers

Details

Summary
Follow autoconf commit 64df9b4523fe ("Autoconf now quotes 'like this'
instead of `like this'") to minimize diffs on the next OpenSSH update
and config.h regen.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste requested review of this revision.Jul 2 2024, 7:43 PM
emaste created this revision.

I'm looking at bringing in OpenSSH 9.8p1 and the newly generated config.h had changes on all of these lines, so apply this change in isolation first.

philip added a subscriber: philip.

This looks good. Likely a side effect of a different auto* version.

This revision is now accepted and ready to land.Jul 3 2024, 5:45 AM
This revision was automatically updated to reflect the committed changes.