Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/atari whitespace, no code change.
details: https://anonhg.NetBSD.org/src/rev/4a43f853bd57
branches: trunk
changeset: 373213:4a43f853bd57
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Tue Jan 24 07:57:20 2023 +0000
description:
whitespace, no code change.
diffstat:
sys/arch/atari/atari/stalloc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 71f586f4d520 -r 4a43f853bd57 sys/arch/atari/atari/stalloc.c
--- a/sys/arch/atari/atari/stalloc.c Tue Jan 24 07:09:48 2023 +0000
+++ b/sys/arch/atari/atari/stalloc.c Tue Jan 24 07:57:20 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stalloc.c,v 1.19 2023/01/06 10:28:27 tsutsui Exp $ */
+/* $NetBSD: stalloc.c,v 1.20 2023/01/24 07:57:20 mlelstv Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman (Atari modifications)
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: stalloc.c,v 1.19 2023/01/06 10:28:27 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: stalloc.c,v 1.20 2023/01/24 07:57:20 mlelstv Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -219,7 +219,7 @@
} else {
TAILQ_INSERT_HEAD(&free_list,mn,free_link);
}
- mn->type = MNODE_FREE;
+ mn->type = MNODE_FREE;
}
stmem_total += mn->size;/* add our helpings to the pool. */
}
Home |
Main Index |
Thread Index |
Old Index