plan 9 kernel history: overview | file list | diff list

1992/0212/port/portdat.h (diff list | history)

1992/0131/sys/src/9/port/portdat.h:669,6751992/0212/sys/src/9/port/portdat.h:669,675 (short | long | prev | next)
Remove crypt, lower MAXSYSARG.
rsc Fri Mar 4 12:44:25 2005
1991/1106    
#define MINOR(q) ((q) & 0xff) 
#define DEVICE(a,i) (((a)<<8) | (i)) 
1991/0428    
 
1991/1127    
#define MAXSYSARG	6		/* for mount(fd, mpt, flag, arg, srv, crypt) */ 
1992/0212    
#define MAXSYSARG	5		/* for mount(fd, mpt, flag, arg, srv) */ 
1991/0428    
#define	PRINTSIZE	256 
1991/0724    
#define	NUMSIZE		12		/* size of formatted number */ 
1991/0428    
 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)