DragonFly submit List (threaded) for 2004-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
very small fixes
* remove extra pccard line from BSD.include.dist, otherwise
include/Makefile creates a symlink `pccard -> bus/pccard' inside it,
which is bogus
* fix typo in lwkt_token.c
Index: etc/mtree/BSD.include.dist
===================================================================
RCS file: /home/source/dragonfly/cvs/src/etc/mtree/BSD.include.dist,v
retrieving revision 1.7
diff -u -r1.7 BSD.include.dist
--- etc/mtree/BSD.include.dist 28 Jan 2004 16:41:16 -0000 1.7
+++ etc/mtree/BSD.include.dist 18 Feb 2004 13:49:31 -0000
@@ -204,8 +204,6 @@
..
openssl
..
- pccard
- ..
protocols
..
readline
Index: sys/kern/lwkt_token.c
===================================================================
RCS file: /home/source/dragonfly/cvs/src/sys/kern/lwkt_token.c,v
retrieving revision 1.3
diff -u -r1.3 lwkt_token.c
--- sys/kern/lwkt_token.c 12 Feb 2004 06:57:48 -0000 1.3
+++ sys/kern/lwkt_token.c 16 Feb 2004 15:00:27 -0000
@@ -277,7 +277,7 @@
#endif
seq = lwkt_send_ipiq(dcpu, lwkt_gettoken_remote, &req);
lwkt_wait_ipiq(dcpu, seq);
-#ifdef INVARIATNS
+#ifdef INVARIANTS
if (token_debug)
printf("REQR%d ", tok->t_cpu->gd_cpuid);
#endif
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]