summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-07-10 08:53:22 +0000
committerdg <dg@FreeBSD.org>1995-07-10 08:53:22 +0000
commitd088fb31faee2d2de7b1020be7d1f903f41c8765 (patch)
tree6b676ac99d1b8eaadeba5f5838675b485f8b791e /sys/vm/vm_glue.c
parente2d951bea4a91d0c1edc6bd7f99734136330065d (diff)
downloadFreeBSD-src-d088fb31faee2d2de7b1020be7d1f903f41c8765.zip
FreeBSD-src-d088fb31faee2d2de7b1020be7d1f903f41c8765.tar.gz
swapout_threads() -> swapout_procs().
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 5e26710..90c5d7b 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -59,7 +59,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_glue.c,v 1.20 1995/05/30 08:16:01 rgrimes Exp $
+ * $Id: vm_glue.c,v 1.21 1995/07/10 08:48:58 davidg Exp $
*/
#include <sys/param.h>
@@ -405,7 +405,7 @@ extern int vm_pageout_free_min;
* if any, otherwise the longest-resident process.
*/
void
-swapout_threads()
+swapout_procs()
{
register struct proc *p;
struct proc *outp, *outp2;
OpenPOWER on IntegriCloud