summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/procfs/procfs_vfsops.c')
-rw-r--r--sys/fs/procfs/procfs_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/procfs/procfs_vfsops.c b/sys/fs/procfs/procfs_vfsops.c
index b9250ac..e54d012 100644
--- a/sys/fs/procfs/procfs_vfsops.c
+++ b/sys/fs/procfs/procfs_vfsops.c
@@ -36,7 +36,7 @@
*
* @(#)procfs_vfsops.c 8.4 (Berkeley) 1/21/94
*
- * $Id: procfs_vfsops.c,v 1.5 1994/09/21 03:47:06 wollman Exp $
+ * $Id: procfs_vfsops.c,v 1.6 1994/10/10 07:55:39 phk Exp $
*/
/*
@@ -73,7 +73,7 @@ procfs_mount(mp, path, data, ndp, p)
u_int size;
if (UIO_MX & (UIO_MX-1)) {
- log(LOG_ERR, "procfs: invalid directory entry size");
+ log(LOG_ERR, "procfs: invalid directory entry size\n");
return (EINVAL);
}
OpenPOWER on IntegriCloud