Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpam/libpam Remove workaround, @rillig fixed the issue.



details:   https://anonhg.NetBSD.org/src/rev/4cc47807171b
branches:  trunk
changeset: 990663:4cc47807171b
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 01 15:56:53 2021 +0000

description:
Remove workaround, @rillig fixed the issue.

diffstat:

 lib/libpam/libpam/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 21ec89bad438 -r 4cc47807171b lib/libpam/libpam/Makefile
--- a/lib/libpam/libpam/Makefile        Mon Nov 01 14:45:24 2021 +0000
+++ b/lib/libpam/libpam/Makefile        Mon Nov 01 15:56:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2021/11/01 12:26:18 christos Exp $
+# $NetBSD: Makefile,v 1.30 2021/11/01 15:56:53 christos Exp $
 #-
 # Copyright (c) 1998 Juniper Networks, Inc.
 # All rights reserved.
@@ -54,9 +54,6 @@
 
 WARNS=         6
 LINTFLAGS+=    -w
-# XXX: lint bug: The enum contains an additional constant
-# for the number of values
-LINTFLAGS+= -X 348
 
 CPPFLAGS+= -DLIB_MAJ=${SHLIB_MAJOR} -DHAVE_CONFIG_H -I${.CURDIR}
 #CPPFLAGS+= -DOPENPAM_DEBUG



Home | Main Index | Thread Index | Old Index