9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: David Presotto <presotto@closedmind.org>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Jean-Paul_Belmondo
Date: Thu, 12 Feb 2004 20:54:08 -0500	[thread overview]
Message-ID: <a6280ba7efbade50043b1318cc722bf3@plan9.bell-labs.com> (raw)
In-Reply-To: <62e4d796957107525a33c7806a6ee077@plan9.escet.urjc.es>

[-- 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);
	}

  parent reply	other threads:[~2004-02-13  1:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-13  1:19 Gorka Guardiola Múzquiz
2004-02-13  1:37 ` boyd, rounin
2004-02-13  1:54 ` David Presotto [this message]
2004-02-13  2:03   ` boyd, rounin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a6280ba7efbade50043b1318cc722bf3@plan9.bell-labs.com \
    --to=presotto@closedmind.org \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).