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/amd64/include/types.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/amd64/include/types.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.54.2.1 retrieving revision 1.54.2.2 diff -u -p -r1.54.2.1 -r1.54.2.2 --- src/sys/arch/amd64/include/types.h 2018/03/22 01:44:41 1.54.2.1 +++ src/sys/arch/amd64/include/types.h 2018/07/28 04:37:26 1.54.2.2 @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.54.2.1 2018/03/22 01:44:41 pgoyette Exp $ */ +/* $NetBSD: types.h,v 1.54.2.2 2018/07/28 04:37:26 pgoyette Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -58,8 +58,6 @@ typedef unsigned long vsize_t; #define PRIxVSIZE "lx" #define PRIuVSIZE "lu" -typedef int pmc_evid_t; -typedef __uint64_t pmc_ctr_t; typedef long int register_t; typedef int register32_t; #define PRIxREGISTER "lx"