summaryrefslogtreecommitdiffstats
path: root/libc/gen/pw_scan.h
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-11-15 16:45:37 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-11-15 16:45:37 +0000
commit9259c33814862711fc6dc6c07c171c31d1789cde (patch)
tree9d77e7fc49aacb6c967b635296190f1b2ef98de5 /libc/gen/pw_scan.h
parentf9f3afba9754829f8a22ecfea8d3f1c0c8d23bff (diff)
downloadpw-darwin-9259c33814862711fc6dc6c07c171c31d1789cde.tar.gz
pw-darwin-9259c33814862711fc6dc6c07c171c31d1789cde.tar.zst
pw-darwin-9259c33814862711fc6dc6c07c171c31d1789cde.zip
Add to pwd_mkdb a -q option to silence warnings about large IDs. Add a
suitably ominous warning in the manual page. The diff applied is not the one provided in the attributed PR. PR: 13344 Reviewed by: bde
Diffstat (limited to 'libc/gen/pw_scan.h')
-rw-r--r--libc/gen/pw_scan.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/gen/pw_scan.h b/libc/gen/pw_scan.h
index d1d4bc1..2519bd4 100644
--- a/libc/gen/pw_scan.h
+++ b/libc/gen/pw_scan.h
@@ -31,6 +31,10 @@
* SUCH DAMAGE.
*
* @(#)pw_scan.h 8.1 (Berkeley) 4/1/94
+ *
+ * $FreeBSD$
*/
+extern int pw_big_ids_warning;
+
extern int pw_scan __P((char *, struct passwd *));