aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-03-03 16:34:49 +0000
committerrsc <devnull@localhost>2006-03-03 16:34:49 +0000
commitb5c7be2fd69c027f5de9772e117885cb1c89f907 (patch)
tree29a86fbdf95bb0a8823cdafd3819ac90cc5106d6 /include
parent1190a7aa7a1dba5964688c4bb8ee09fc8930c488 (diff)
downloadplan9port-b5c7be2fd69c027f5de9772e117885cb1c89f907.tar.gz
plan9port-b5c7be2fd69c027f5de9772e117885cb1c89f907.tar.bz2
plan9port-b5c7be2fd69c027f5de9772e117885cb1c89f907.zip
change Tcreate message in 9P2000.u
Diffstat (limited to 'include')
-rw-r--r--include/fcall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fcall.h b/include/fcall.h
index dc46cb57..58323b6b 100644
--- a/include/fcall.h
+++ b/include/fcall.h
@@ -44,6 +44,7 @@ struct Fcall
/* 9P2000.u extensions */
int errornum; /* Rerror */
+ char *extension; /* Tcreate */
} Fcall;