diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-08-07 07:15:41 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-08-07 07:15:41 +0200 |
commit | 36adf27af89970ce73e77d798794479c077678f2 (patch) | |
tree | dd9db06fef5dd1e7d3203ddc3ac9ce225c179d15 /sys/src/9/port/error.h | |
parent | 7fbae174eb6d4252a26f57485cd6eb7f3ef1ac84 (diff) |
add Echange[] error string
Diffstat (limited to 'sys/src/9/port/error.h')
-rw-r--r-- | sys/src/9/port/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/port/error.h b/sys/src/9/port/error.h index 215ae7ee1..306a7d493 100644 --- a/sys/src/9/port/error.h +++ b/sys/src/9/port/error.h @@ -52,3 +52,4 @@ extern char Ecmdargs[]; /* wrong #args in control message */ extern char Ebadip[]; /* bad ip address syntax */ extern char Edirseek[]; /* seek in directory */ extern char Etoolong[]; /* name too long */ +extern char Echange[]; /* media or partition has changed */ |