git: 9front

Download patch

ref: caf58a613dd37049cfbc0ffb995f0743fb1bb120
parent: 13ad8179199f74fc95bbf5a00c3cc49a65c13660
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Aug 6 09:35:03 EDT 2015

kernel: remove unused MAXCRYPT constant from portdat.h

--- a/sys/src/9/port/portdat.h
+++ b/sys/src/9/port/portdat.h
@@ -790,7 +790,6 @@
 enum
 {
 	PRINTSIZE =	256,
-	MAXCRYPT = 	127,
 	NUMSIZE	=	12,		/* size of formatted number */
 	MB =		(1024*1024),
 	/* READSTR was 1000, which is way too small for usb's ctl file */
--