Re: patch(1) max line length
Robert Elz <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.userlevel |
|---|---|
| Message-ID | <[email protected]> |
Date: Fri, 12 Jul 2024 08:15:57 +0000
From: Emmanuel Dreyfus <[email protected]>
Message-ID: <[email protected]>
| I note the specification does not forbid the
| handling of lines longer than LINE_MAX characters.
No, it certainly does not do that.
However applications (at least if there's any attempt at portability
at all) shouldn't assume that will work.
kre