Subject: CVS commit: pkgsrc/shells/bash
From: Robert Elz
Date: 2024-01-15 00:28:35
Message id: 20240114232835.2FE79FA42@cvs.NetBSD.org

Log Message:
Remove patches/patch-examples_loadables_fdflags.c

That may have once been needed, but all the patch does is add

#ifdef O_CLOEXEC
#endif

at various places ... in a file which earlier (now) has

#ifndef O_CLOEXEC
#define O_CLOEXEC ...
#endif

such that added #ifdef can never fail to be true, and hence is
never needed.

No revbump is needed for this, as the resluting package will be
in every respect (aside from debigging source code line numbers)
identical to the earlier one ... but if you like, consider this
riding the immediately preceding version bump from 5.2.21nb1 to 5.2.26

Files:
RevisionActionfile
1.82modifypkgsrc/shells/bash/distinfo
1.2removepkgsrc/shells/bash/patches/patch-examples_loadables_fdflags.c