summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-10-29 09:50:55 +0000
committernetchild <netchild@FreeBSD.org>2006-10-29 09:50:55 +0000
commit40c28e1f50310fca39eef0c403312c54b0486b28 (patch)
tree7939d288586f1c9fb0f894939946235e7bb7223f
parent5bd21014caba0815fafd4b713b26198c569aba93 (diff)
downloadFreeBSD-src-40c28e1f50310fca39eef0c403312c54b0486b28.zip
FreeBSD-src-40c28e1f50310fca39eef0c403312c54b0486b28.tar.gz
style(9)
Noticed by: rwatson
-rw-r--r--sys/compat/linprocfs/linprocfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c
index 4b358aa..bdc2b72 100644
--- a/sys/compat/linprocfs/linprocfs.c
+++ b/sys/compat/linprocfs/linprocfs.c
@@ -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);
OpenPOWER on IntegriCloud