Whitespace.

This commit is contained in:
skrll 2007-04-18 13:41:37 +00:00
parent 974981b1d9
commit 8ac9999f27
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.10 2007/04/18 13:39:37 skrll Exp $ */
/* $NetBSD: vmparam.h,v 1.11 2007/04/18 13:41:37 skrll Exp $ */
/* $OpenBSD: vmparam.h,v 1.17 2001/09/22 18:00:09 miod Exp $ */
@ -65,7 +65,7 @@
#define DFLSSIZ (2*1024*1024) /* initial stack size limit */
#endif
#ifndef MAXSSIZ
#define MAXSSIZ (256*1024*1024) /* max stack size */
#define MAXSSIZ (256*1024*1024) /* max stack size */
#endif
#ifndef USRIOSIZE