diff options
Diffstat (limited to 'sys/alpha/include/param.h')
-rw-r--r-- | sys/alpha/include/param.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index 53a610a..80dce22 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -114,10 +114,6 @@ #define UPAGES 2 /* pages of u-area */ #define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */ -#ifndef MSGBUFSIZE -#define MSGBUFSIZE PAGE_SIZE /* default message buffer size */ -#endif - /* * Constants related to network buffer management. * MCLBYTES must be no larger than CLBYTES (the software page size), and, |