9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Peter A. Cejchan" <pac@next.gli.cas.cz>
To: 9fans@cse.psu.edu
Subject: [9fans] APE behavior
Date: Fri, 19 Apr 2002 15:10:22 +0200	[thread overview]
Message-ID: <20020419151022.A204@next.gli.cas.cz> (raw)

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

HI,
is this correct APE behavior (attached).
Cheers, ++pac.


[-- Attachment #2.1: Type: text/plain, Size: 273 bytes --]

The following attachment had content that we can't
prove to be harmless.  To avoid possible automatic
execution, we changed the content headers.
The original header was:

	Content-Type: text/plain; charset=us-ascii
	Content-Disposition: attachment; filename="ape.err"

[-- Attachment #2.2: ape.err.suspect --]
[-- Type: application/octet-stream, Size: 326 bytes --]

$ ####### APE stat.h err #####
$ cat c.c
#include <sys/stat.h>
void main(void){};


$ cat c2.c
#include <fcntl.h>
#include <sys/stat.h>
void main(void){};
$
$ pcc -D_POSIX_SOURCE c.c
/sys/include/ape/sys/stat.h:9[stdin:10] syntax error, last name: dev_t
pcc: cpp: 8c 5145:error
$ pcc -D_POSIX_SOURCE c2.c
$
$

             reply	other threads:[~2002-04-19 13:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-19 13:10 Peter A. Cejchan [this message]
2002-04-19 16:28 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=20020419151022.A204@next.gli.cas.cz \
    --to=pac@next.gli.cas.cz \
    --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).