15 lines
418 B
Plaintext
15 lines
418 B
Plaintext
$NetBSD: patch-bb,v 1.1.14.1 2013/08/12 14:21:30 tron Exp $
|
|
|
|
--- include/config.h.in.orig 2013-07-24 19:08:23.000000000 +0000
|
|
+++ include/config.h.in
|
|
@@ -1694,6 +1694,9 @@
|
|
/* Defined if struct passwd has pw_age field */
|
|
#undef HAVE_PASSWD_PW_AGE
|
|
|
|
+/* Defined if struct passwd has pw_class field */
|
|
+#undef HAVE_PASSWD_PW_CLASS
|
|
+
|
|
/* Defined if struct passwd has pw_comment field */
|
|
#undef HAVE_PASSWD_PW_COMMENT
|
|
|