From 40c28e1f50310fca39eef0c403312c54b0486b28 Mon Sep 17 00:00:00 2001 From: netchild Date: Sun, 29 Oct 2006 09:50:55 +0000 Subject: style(9) Noticed by: rwatson --- sys/compat/linprocfs/linprocfs.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.1