Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/hppa/include/param.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/hppa/include/param.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9.32.1 retrieving revision 1.9.32.2 diff -u -p -r1.9.32.1 -r1.9.32.2 --- src/sys/arch/hppa/include/param.h 2008/01/02 21:48:06 1.9.32.1 +++ src/sys/arch/hppa/include/param.h 2008/01/08 22:09:51 1.9.32.2 @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.9.32.1 2008/01/02 21:48:06 bouyer Exp $ */ +/* $NetBSD: param.h,v 1.9.32.2 2008/01/08 22:09:51 bouyer Exp $ */ /* $OpenBSD: param.h,v 1.12 2001/07/06 02:07:41 provos Exp $ */ @@ -102,5 +102,3 @@ #define btop(x) ((unsigned long)(x) >> PGSHIFT) #define ptob(x) ((unsigned long)(x) << PGSHIFT) - -#endif