very small fixes

YONETANI Tomokazu qhwt+dragonfly-submit at les.ath.cx
Wed Feb 18 08:05:04 PST 2004


* 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





More information about the Submit mailing list