aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plumb
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-05 02:25:41 +0000
committerrsc <devnull@localhost>2004-03-05 02:25:41 +0000
commitc91bd3283a44946fd420ce68c43580aa0d327546 (patch)
tree48d0b6048be63be4c45bf93dc067f64139cba319 /src/cmd/plumb
parent02a1a5c18bec9ca13fad2b7b12ae65c580f6fdf4 (diff)
downloadplan9port-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.c2
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)