9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Jean-Paul_Belmondo
@ 2004-02-13  1:19 Gorka Guardiola Múzquiz
  2004-02-13  1:37 ` boyd, rounin
  2004-02-13  1:54 ` David Presotto
  0 siblings, 2 replies; 4+ messages in thread
From: Gorka Guardiola Múzquiz @ 2004-02-13  1:19 UTC (permalink / raw)
  To: 9fans

Funny code in fsys.c in rio... Normally initialize to actors on error? or is this
just an exception?.

				G.

	fd = open("/dev/user", OREAD);
	strcpy(buf, "Jean-Paul_Belmondo");
	if(fd >= 0){
		n = read(fd, buf, sizeof buf-1);
		if(n > 0)
			buf[n] = 0;
		close(fd);
	}



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

end of thread, other threads:[~2004-02-13  2:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-13  1:19 [9fans] Jean-Paul_Belmondo Gorka Guardiola Múzquiz
2004-02-13  1:37 ` boyd, rounin
2004-02-13  1:54 ` David Presotto
2004-02-13  2:03   ` boyd, rounin

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).