summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/include/security/openpam_version.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-01-29 20:22:00 +0000
committerdes <des@FreeBSD.org>2008-01-29 20:22:00 +0000
commit5bb985da807ca1473ce8a14def069f52914bce8e (patch)
tree1c33e06620be8ddbfce211f3f8e5820e6e3675ee /contrib/openpam/include/security/openpam_version.h
parent274f594de64562e3d95e9bc17f169c3ab963ffc3 (diff)
downloadFreeBSD-src-5bb985da807ca1473ce8a14def069f52914bce8e.zip
FreeBSD-src-5bb985da807ca1473ce8a14def069f52914bce8e.tar.gz
Merge r412 from vendor, which reintroduces _OPENPAM. See comment in the
code for explanation. Hopefully, this will forestall any reports of breakage in OpenPAM-aware ports. MFC after: 3 days
Diffstat (limited to 'contrib/openpam/include/security/openpam_version.h')
-rw-r--r--contrib/openpam/include/security/openpam_version.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/openpam/include/security/openpam_version.h b/contrib/openpam/include/security/openpam_version.h
index 1a3b153..5f9d0f2 100644
--- a/contrib/openpam/include/security/openpam_version.h
+++ b/contrib/openpam/include/security/openpam_version.h
@@ -32,7 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: openpam_version.h 409 2007-12-21 11:38:50Z des $
+ * $Id: openpam_version.h 412 2008-01-29 19:31:46Z des $
*/
#ifndef SECURITY_OPENPAM_VERSION_H_INCLUDED
@@ -42,4 +42,7 @@
#define OPENPAM_VERSION 20071221
#define OPENPAM_RELEASE "Hydrangea"
+/* violates reserved namespace, but can't be removed for legacy reasons */
+#define _OPENPAM
+
#endif /* !SECURITY_OPENPAM_VERSION_H_INCLUDED */
OpenPOWER on IntegriCloud