[PATCH] compilation fix

Andries.Brouwer@cwi.nl
Sun, 20 Apr 2003 20:29:58 +0200 (MEST)


Now that all gotos to this label have been commented out,
the label itself should be commented out as well.

diff -u --recursive --new-file -X /linux/dontdiff a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c
--- a/fs/nfs/nfs4xdr.c Sun Apr 20 12:59:32 2003
+++ b/fs/nfs/nfs4xdr.c Sun Apr 20 19:58:15 2003
@@ -361,7 +361,7 @@
*q++ = htonl(len);

status = 0;
-out:
+/* out: */
return status;
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/