diff options
author | rsc <devnull@localhost> | 2004-03-05 02:25:41 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-05 02:25:41 +0000 |
commit | c91bd3283a44946fd420ce68c43580aa0d327546 (patch) | |
tree | 48d0b6048be63be4c45bf93dc067f64139cba319 /src/cmd/plumb | |
parent | 02a1a5c18bec9ca13fad2b7b12ae65c580f6fdf4 (diff) | |
download | plan9port-c91bd3283a44946fd420ce68c43580aa0d327546.tar.gz plan9port-c91bd3283a44946fd420ce68c43580aa0d327546.tar.bz2 plan9port-c91bd3283a44946fd420ce68c43580aa0d327546.zip |
Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM.
Add debugging to fdwait.
Rewrite getcallerpc on PowerMac to be correct.
Diffstat (limited to 'src/cmd/plumb')
-rw-r--r-- | src/cmd/plumb/rules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/plumb/rules.c b/src/cmd/plumb/rules.c index b51bb61f..52a3d8e5 100644 --- a/src/cmd/plumb/rules.c +++ b/src/cmd/plumb/rules.c @@ -127,7 +127,7 @@ popinput(void) return 1; } -int +static int getc(void) { if(input == nil) |