9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: dpx@acl.lanl.gov
To: 9fans@cse.psu.edu
Subject: [9fans] bug in vncs?
Date: Mon,  6 May 2002 11:52:23 -0600	[thread overview]
Message-ID: <878de6af9f7aa30cebbaba08c9397362@acl.lanl.gov> (raw)

In /sys/src/cmd/vnc/vncs.c should not this OEXEC be an AEXEC?

term%  diff vncs.c.orig vncs.c
997c997
< 	if(access(argv[0], OEXEC) < 0)
---
> 	if(access(argv[0], AEXEC) < 0)
998a999




             reply	other threads:[~2002-05-06 17:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-06 17:52 dpx [this message]
2002-05-06 17:56 Russ Cox

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=878de6af9f7aa30cebbaba08c9397362@acl.lanl.gov \
    --to=dpx@acl.lanl.gov \
    --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).