Noticed by:	rwatson
This commit is contained in:
netchild 2006-10-29 09:50:55 +00:00
parent 5bd21014ca
commit 40c28e1f50

View File

@ -930,6 +930,7 @@ linprocfs_donetdev(PFS_FILL_ARGS)
static int
linprocfs_dopid_max(PFS_FILL_ARGS)
{
sbuf_printf(sb, "%i\n", PID_MAX);
return (0);