9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] bug in vncs?
@ 2002-05-06 17:56 Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2002-05-06 17:56 UTC (permalink / raw)
  To: 9fans

yes, that's a bug.  thanks.



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

* [9fans] bug in vncs?
@ 2002-05-06 17:52 dpx
  0 siblings, 0 replies; 2+ messages in thread
From: dpx @ 2002-05-06 17:52 UTC (permalink / raw)
  To: 9fans

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




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

end of thread, other threads:[~2002-05-06 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-06 17:56 [9fans] bug in vncs? Russ Cox
  -- strict thread matches above, loose matches on Subject: below --
2002-05-06 17:52 dpx

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