Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/patch/extra/u9fs-c99.diff

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


--- a/u9fs.c	Tue Dec  7 22:14:35 2010
+++ b/u9fs.c	Tue Dec  7 22:26:41 2010
@@ -167,8 +167,8 @@
 	/*BKS*/	1, 1, 1, 1, 1, 1, 1, 1,
 	/*DLE*/	1, 1, 1, 1, 1, 1, 1, 1,
 	/*CAN*/	1, 1, 1, 1, 1, 1, 1, 1,
-	['/']	1,
-	[0x7f]	1,
+	['/'] = 1,
+	[0x7f] = 1,
 };
 
 void

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.