More CL* fallout.

This commit is contained in:
fredb 1999-12-05 18:36:25 +00:00
parent f3ac07c89e
commit d37aed91fb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rtld.h,v 1.19 1999/11/10 18:48:19 thorpej Exp $ */ /* $NetBSD: rtld.h,v 1.20 1999/12/05 18:36:25 fredb Exp $ */
/* /*
* Copyright 1996 John D. Polstra. * Copyright 1996 John D. Polstra.
@ -65,7 +65,7 @@ extern int _rtld_pagesz;
# endif # endif
# else # else
# ifndef __sparc__ # ifndef __sparc__
# define PAGESIZE CLBYTES # define PAGESIZE NBPG
# else # else
#error "Sparc has a variable page size" #error "Sparc has a variable page size"
# endif # endif