9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] patch for devloop
@ 2021-04-17 23:39 unobe
  2021-04-18 14:20 ` cinap_lenrek
  0 siblings, 1 reply; 2+ messages in thread
From: unobe @ 2021-04-17 23:39 UTC (permalink / raw)
  To: 9front

changeset:   8410:e67425888043
branch:      mbp-2011
user:        Romano <unobe@cpan.org>
date:        Sat Apr 17 14:34:04 2021 -0700
files:       sys/src/9/port/devloopback.c
description:
devloopback was changed from using #X to #λ awhile ago; one bit was
missed.


diff -r 61f3cece9395 -r e67425888043 sys/src/9/port/devloopback.c
--- a/sys/src/9/port/devloopback.c	Sat Apr 17 14:32:37 2021 -0700
+++ b/sys/src/9/port/devloopback.c	Sat Apr 17 14:34:04 2021 -0700
@@ -189,7 +189,7 @@
 		switch(type){
 		case Qtopdir:
 		case Qloopdir:
-			snprint(up->genbuf, sizeof(up->genbuf), "#X%ld", c->dev);
+			snprint(up->genbuf, sizeof(up->genbuf), "#λ%ld", c->dev);
 			mkqid(&qid, QID(0, Qtopdir), 0, QTDIR);
 			devdir(c, qid, up->genbuf, 0, eve, 0555, dp);
 			break;



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-18 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-17 23:39 [9front] patch for devloop unobe
2021-04-18 14:20 ` cinap_lenrek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).