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

* Re: [9fans] Jean-Paul_Belmondo
  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
  1 sibling, 0 replies; 4+ messages in thread
From: boyd, rounin @ 2004-02-13  1:37 UTC (permalink / raw)
  To: 9fans

> strcpy(buf, "Jean-Paul_Belmondo");

this _must_ be a bad sign.



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

* Re: [9fans] Jean-Paul_Belmondo
  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
  1 sibling, 1 reply; 4+ messages in thread
From: David Presotto @ 2004-02-13  1:54 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

well, he was ``That Man from Rio''.

its amazing how good google can be.

[-- Attachment #2: Type: message/rfc822, Size: 1992 bytes --]

From: Gorka Guardiola Múzquiz <paurea@plan9.escet.urjc.es>
To: 9fans@cse.psu.edu
Subject: [9fans] Jean-Paul_Belmondo
Date: Fri, 13 Feb 2004 02:19:27 +0100
Message-ID: <62e4d796957107525a33c7806a6ee077@plan9.escet.urjc.es>

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

* Re: [9fans] Jean-Paul_Belmondo
  2004-02-13  1:54 ` David Presotto
@ 2004-02-13  2:03   ` boyd, rounin
  0 siblings, 0 replies; 4+ messages in thread
From: boyd, rounin @ 2004-02-13  2:03 UTC (permalink / raw)
  To: 9fans

the IMDb isn't bad either:

    http://www.imdb.com/name/nm0000901



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