diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-26 16:01:02 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-26 16:01:02 +0000 |
commit | 05d012edf66578a5353c1d64b8c2e486fa1647e9 (patch) | |
tree | abd13f8c1971dc72649e046e04d127bd860953c5 /sys/arch/vax | |
parent | 3f473f1a3d26a4653b969608843dfd19e90489ba (diff) |
lint is dead and C99 may be old enough to drive a car: delete LONGLONG
comments
ok millert@
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/include/_types.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 */ |