diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-08 02:32:03 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-08 02:32:03 +0100 |
commit | 061d55111b677de4810fa8fd4a8f05907adaef8b (patch) | |
tree | b07183d6086debf1767aa11a6ea9db9354dd0fc0 /sys/src/9/port/error.h | |
parent | 022fd02b9632b0ca3ddd9547730446dd222ab93d (diff) |
add Etoolong error string, cleanup genbuf truncation fix
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 e9a4367dc..215ae7ee1 100644 --- a/sys/src/9/port/error.h +++ b/sys/src/9/port/error.h @@ -51,3 +51,4 @@ extern char Enegoff[]; /* negative i/o offset */ 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 */ |