summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pw_scan.h
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-11-15 16:45:37 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-11-15 16:45:37 +0000
commitc973e062a1f6aeb029f3a0f13c59e48f0984c8f9 (patch)
tree3668680eeb15e1cb1e29b40b87155e3efebda0e7 /lib/libc/gen/pw_scan.h
parentf2208af484555e6923ed0044b8df4ed291c49bc7 (diff)
downloadFreeBSD-src-c973e062a1f6aeb029f3a0f13c59e48f0984c8f9.zip
FreeBSD-src-c973e062a1f6aeb029f3a0f13c59e48f0984c8f9.tar.gz
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 'lib/libc/gen/pw_scan.h')
-rw-r--r--lib/libc/gen/pw_scan.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/gen/pw_scan.h b/lib/libc/gen/pw_scan.h
index d1d4bc1..2519bd4 100644
--- a/lib/libc/gen/pw_scan.h
+++ b/lib/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 *));
OpenPOWER on IntegriCloud