tchange name - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 5369e5ea0cfa4207fa3fce08165a7bd82118a416
parent 7103ceb031c14761d31d8f343e8978c6fec248d6
Author: rsc 
Date:   Fri, 12 Jan 2007 16:32:11 +0000

change name

Diffstat:
  M src/cmd/sam/rasp.c                  |       4 ++--
  M src/cmd/sam/sam.h                   |       2 +-

2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/cmd/sam/rasp.c b/src/cmd/sam/rasp.c
t@@ -49,7 +49,7 @@ raspstart(File *f)
                 return;
         grown = 0;
         shrunk = 0;
-        noflush = 1;
+        outbuffered = 1;
 }
 
 void
t@@ -72,7 +72,7 @@ raspdone(File *f, int toterm)
         if(toterm)
                 outTs(Hcheck0, f->tag);
         outflush();
-        noflush = 0;
+        outbuffered = 0;
         if(f == cmd){
                 cmdpt += cmdptadv;
                 cmdptadv = 0;
diff --git a/src/cmd/sam/sam.h b/src/cmd/sam/sam.h
t@@ -390,7 +390,7 @@ extern int        bpipeok;
 extern int        panicking;
 extern Rune        empty[];
 extern int        termlocked;
-extern int        noflush;
+extern int        outbuffered;
 
 #include "mesg.h"