shithub: riscv

Download patch

ref: 8ce456bd195c0ddfa18ce87f68a4447689c18489
parent: a87b5501832a268c0587d2157837a494b0b0dc2e
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 */