Noticed by:	rwatson
This commit is contained in:
Alexander Leidinger 2006-10-29 09:50:55 +00:00
parent 6a70163fcc
commit e3e6449247
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163757

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);