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/i386/include/types.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/i386/include/types.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- src/sys/arch/i386/include/types.h 1998/03/22 13:07:28 1.15 +++ src/sys/arch/i386/include/types.h 1998/03/22 17:53:23 1.16 @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.15 1998/03/22 13:07:28 drochner Exp $ */ +/* $NetBSD: types.h,v 1.16 1998/03/22 17:53:23 drochner Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -71,4 +71,6 @@ typedef unsigned long long u_int64_t; typedef int32_t register_t; +#define __HAVE_NWSCONS + #endif /* _MACHTYPES_H_ */