diff options
author | 2015-09-26 16:01:00 +0000 | |
---|---|---|
committer | 2015-09-26 16:01:00 +0000 | |
commit | 9ca359cedf25ad3a0db8def93f161eb3eca55b46 (patch) | |
tree | 0bd683e3ddbf29e42e26fb7db6cfa517e11e68a1 /sys/arch/sparc | |
parent | lint is dead: BITFIELDTYPE comments aren't useful (diff) | |
download | wireguard-openbsd-9ca359cedf25ad3a0db8def93f161eb3eca55b46.tar.xz wireguard-openbsd-9ca359cedf25ad3a0db8def93f161eb3eca55b46.zip |
lint is dead and C99 may be old enough to drive a car: delete LONGLONG
comments
ok millert@
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/include/_types.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc/include/_types.h b/sys/arch/sparc/include/_types.h index 217d69cd765..7a9b00291dd 100644 --- a/sys/arch/sparc/include/_types.h +++ b/sys/arch/sparc/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.25 2014/03/19 05:14:13 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.26 2015/09/26 16:01:00 guenther Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -64,9 +64,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 */ |