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 | |
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')
-rw-r--r-- | sys/arch/alpha/include/_types.h | 4 | ||||
-rw-r--r-- | sys/arch/amd64/include/_types.h | 4 | ||||
-rw-r--r-- | sys/arch/arm/include/_types.h | 4 | ||||
-rw-r--r-- | sys/arch/hppa/include/_types.h | 4 | ||||
-rw-r--r-- | sys/arch/hppa64/include/_types.h | 4 | ||||
-rw-r--r-- | sys/arch/i386/include/_types.h | 4 | ||||
-rw-r--r-- | sys/arch/m88k/include/_types.h | 4 | ||||
-rw-r--r-- | sys/arch/mips64/include/_types.h | 4 | ||||
-rw-r--r-- | sys/arch/powerpc/include/_types.h | 4 | ||||
-rw-r--r-- | sys/arch/sh/include/_types.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc/include/_types.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/include/_types.h | 4 | ||||
-rw-r--r-- | sys/arch/vax/include/_types.h | 4 |
13 files changed, 13 insertions, 39 deletions
diff --git a/sys/arch/alpha/include/_types.h b/sys/arch/alpha/include/_types.h index fe2245ad412..ce8f3fa138e 100644 --- a/sys/arch/alpha/include/_types.h +++ b/sys/arch/alpha/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.22 2014/03/19 05:14:12 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.23 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 */ diff --git a/sys/arch/amd64/include/_types.h b/sys/arch/amd64/include/_types.h index 074e6655d8b..1e72f5dc77a 100644 --- a/sys/arch/amd64/include/_types.h +++ b/sys/arch/amd64/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.15 2014/03/19 05:14:13 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.16 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 */ diff --git a/sys/arch/arm/include/_types.h b/sys/arch/arm/include/_types.h index a1799017989..b45051f45fd 100644 --- a/sys/arch/arm/include/_types.h +++ b/sys/arch/arm/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.16 2014/03/19 05:14:13 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.17 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 */ diff --git a/sys/arch/hppa/include/_types.h b/sys/arch/hppa/include/_types.h index 646848283df..9e8f9437ca8 100644 --- a/sys/arch/hppa/include/_types.h +++ b/sys/arch/hppa/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.24 2014/03/19 05:14:13 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.25 2015/09/26 16:01:00 guenther Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -67,9 +67,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 */ diff --git a/sys/arch/hppa64/include/_types.h b/sys/arch/hppa64/include/_types.h index dced1f7e7de..f6b45e588f7 100644 --- a/sys/arch/hppa64/include/_types.h +++ b/sys/arch/hppa64/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.17 2014/03/19 05:14:13 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.18 2015/09/26 16:01:00 guenther Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -67,9 +67,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 */ diff --git a/sys/arch/i386/include/_types.h b/sys/arch/i386/include/_types.h index e307406668b..73582c1d7fc 100644 --- a/sys/arch/i386/include/_types.h +++ b/sys/arch/i386/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 */ diff --git a/sys/arch/m88k/include/_types.h b/sys/arch/m88k/include/_types.h index 06103f3028d..7b157645819 100644 --- a/sys/arch/m88k/include/_types.h +++ b/sys/arch/m88k/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.16 2014/03/19 05:14:13 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.17 2015/09/26 16:01:00 guenther Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -67,9 +67,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 */ diff --git a/sys/arch/mips64/include/_types.h b/sys/arch/mips64/include/_types.h index 923dfa1a545..fe09b41c5d3 100644 --- a/sys/arch/mips64/include/_types.h +++ b/sys/arch/mips64/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.19 2014/03/19 05:14:13 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.20 2015/09/26 16:01:00 guenther Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -65,9 +65,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 */ diff --git a/sys/arch/powerpc/include/_types.h b/sys/arch/powerpc/include/_types.h index 5a4da2c4330..88a91c134e5 100644 --- a/sys/arch/powerpc/include/_types.h +++ b/sys/arch/powerpc/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.21 2015/04/21 01:38:41 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 */ diff --git a/sys/arch/sh/include/_types.h b/sys/arch/sh/include/_types.h index 2c5763d2b91..f96cd5586db 100644 --- a/sys/arch/sh/include/_types.h +++ b/sys/arch/sh/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.18 2014/03/19 05:14:13 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.19 2015/09/26 16:01:01 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 */ 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 */ diff --git a/sys/arch/sparc64/include/_types.h b/sys/arch/sparc64/include/_types.h index 2f2c0cd1af9..9d9f1ec50ba 100644 --- a/sys/arch/sparc64/include/_types.h +++ b/sys/arch/sparc64/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 */ 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 */ |