X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2F9p%2Ferror.h;h=5f3ca522b3166c45d927c9afe6ac3bab047258aa;hb=81450b73dde07f473a4a7208b209b4c8b7251d90;hp=78f89acf7c9affa0552ea442b75e8be06787bfc3;hpb=4e0c1159d83a658d1ffba5bc3442f4ec4cadb436;p=powerpc.git diff --git a/fs/9p/error.h b/fs/9p/error.h index 78f89acf7c..5f3ca522b3 100644 --- a/fs/9p/error.h +++ b/fs/9p/error.h @@ -12,9 +12,8 @@ * Copyright (C) 2002 by Ron Minnich * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 2 + * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -36,6 +35,7 @@ struct errormap { char *name; int val; + int namelen; struct hlist_node list; }; @@ -175,4 +175,3 @@ static struct errormap errmap[] = { }; extern int v9fs_error_init(void); -extern int v9fs_errstr2errno(char *errstr);