From 05d012edf66578a5353c1d64b8c2e486fa1647e9 Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Sat, 26 Sep 2015 16:01:02 +0000 Subject: lint is dead and C99 may be old enough to drive a car: delete LONGLONG comments ok millert@ --- sys/arch/vax/include/_types.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/vax') diff --git a/sys/arch/vax/include/_types.h b/sys/arch/vax/include/_types.h index bd1950c34f2..32e90e3a2ee 100644 --- a/sys/arch/vax/include/_types.h +++ b/sys/arch/vax/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.21 2014/03/19 05:14:13 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.22 2015/09/26 16:01:00 guenther Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -63,9 +63,7 @@ typedef short __int16_t; typedef unsigned short __uint16_t; typedef int __int32_t; typedef unsigned int __uint32_t; -/* LONGLONG */ typedef long long __int64_t; -/* LONGLONG */ typedef unsigned long long __uint64_t; /* 7.18.1.2 Minimum-width integer types */ -- cgit v1.2.3