Displaying 2 results from an estimated 2 matches for "ex_notfound".
Did you mean:
db_notfound
2025 Jan 10
1
[PATCH v2] ssh-add: support external parsing of key listing
> On Jan 10, 2025, at 11:33, Steffen Nurpmeso <steffen at sdaoden.eu> wrote:
>
> Fyi there is the >35 years old BSD sysexits.h that unfortunately
> did not become standardized, but is widely available nonetheless.
If you mean [this sysexits][*], that doesn't seem great for several reasons:
1. "A few programs exit with the following non-portable error codes. Do not
2025 Jan 11
1
[PATCH v2] ssh-add: support external parsing of key listing
...do the differentiation".)
While looking around, SunOS 5.9 has a sysexits.h from
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
...
* (c) 1986,1987,1988,1989 Sun Microsystems, Inc
* (c) 1983,1984,1985,1986,1987,1988,1989 AT&T.
and even adds a
#define EX_NOTFOUND 79 /* entry not found */
which could also be a thing for you. I add this to my stuff, it
seems a useful addition! Not documented in the OpenBSD manual.
|[*]: https://man.openbsd.org/sysexits
/usr/include/sysexits.h, yes. It was just a suggestion. (For me
it all comes from i think f...