Mark uses of long long with /* LONGLONG */ for lint. From
Chris Demetriou <cgd@pa.dec.com>.
This commit is contained in:
parent
4942b96bf8
commit
0b04d28454
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: types.h,v 1.4 1997/10/14 09:20:36 mark Exp $ */
|
||||
/* $NetBSD: types.h,v 1.5 1997/11/05 04:36:08 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -62,7 +62,9 @@ typedef short int16_t;
|
|||
typedef unsigned short u_int16_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned int u_int32_t;
|
||||
/* LONGLONG */
|
||||
typedef long long int64_t;
|
||||
/* LONGLONG */
|
||||
typedef unsigned long long u_int64_t;
|
||||
|
||||
typedef int32_t register_t;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: types.h,v 1.1 1997/10/14 06:48:47 sakamoto Exp $ */
|
||||
/* $NetBSD: types.h,v 1.2 1997/11/05 04:36:14 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1995 Wolfgang Solfrank.
|
||||
|
@ -43,7 +43,9 @@ typedef short int16_t;
|
|||
typedef unsigned short u_int16_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned int u_int32_t;
|
||||
/* LONGLONG */
|
||||
typedef long long int64_t;
|
||||
/* LONGLONG */
|
||||
typedef unsigned long long u_int64_t;
|
||||
|
||||
typedef int32_t register_t;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: types.h,v 1.13 1996/12/05 00:13:52 cgd Exp $ */
|
||||
/* $NetBSD: types.h,v 1.14 1997/11/05 04:36:17 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -64,7 +64,9 @@ typedef short int16_t;
|
|||
typedef unsigned short u_int16_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned int u_int32_t;
|
||||
/* LONGLONG */
|
||||
typedef long long int64_t;
|
||||
/* LONGLONG */
|
||||
typedef unsigned long long u_int64_t;
|
||||
|
||||
typedef int32_t register_t;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: types.h,v 1.9 1995/07/06 03:39:38 cgd Exp $ */
|
||||
/* $NetBSD: types.h,v 1.10 1997/11/05 04:36:20 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -63,7 +63,9 @@ typedef short int16_t;
|
|||
typedef unsigned short u_int16_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned int u_int32_t;
|
||||
/* LONGLONG */
|
||||
typedef long long int64_t;
|
||||
/* LONGLONG */
|
||||
typedef unsigned long long u_int64_t;
|
||||
|
||||
typedef int32_t register_t;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: types.h,v 1.13 1997/06/15 17:28:47 mhitch Exp $ */
|
||||
/* $NetBSD: types.h,v 1.14 1997/11/05 04:36:24 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -67,7 +67,9 @@ typedef short int16_t;
|
|||
typedef unsigned short u_int16_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned int u_int32_t;
|
||||
/* LONGLONG */
|
||||
typedef long long int64_t;
|
||||
/* LONGLONG */
|
||||
typedef unsigned long long u_int64_t;
|
||||
|
||||
typedef int32_t register_t;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: types.h,v 1.17 1996/12/23 08:37:43 matthias Exp $ */
|
||||
/* $NetBSD: types.h,v 1.18 1997/11/05 04:36:27 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -64,7 +64,9 @@ typedef short int16_t;
|
|||
typedef unsigned short u_int16_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned int u_int32_t;
|
||||
/* LONGLONG */
|
||||
typedef long long int64_t;
|
||||
/* LONGLONG */
|
||||
typedef unsigned long long u_int64_t;
|
||||
|
||||
typedef int32_t register_t;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: types.h,v 1.3 1997/04/16 23:03:16 thorpej Exp $ */
|
||||
/* $NetBSD: types.h,v 1.4 1997/11/05 04:36:30 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1995 Wolfgang Solfrank.
|
||||
|
@ -43,7 +43,9 @@ typedef short int16_t;
|
|||
typedef unsigned short u_int16_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned int u_int32_t;
|
||||
/* LONGLONG */
|
||||
typedef long long int64_t;
|
||||
/* LONGLONG */
|
||||
typedef unsigned long long u_int64_t;
|
||||
|
||||
typedef int32_t register_t;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: types.h,v 1.11 1996/12/10 23:19:38 pk Exp $ */
|
||||
/* $NetBSD: types.h,v 1.12 1997/11/05 04:36:32 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -73,7 +73,9 @@ typedef short int16_t;
|
|||
typedef unsigned short u_int16_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned int u_int32_t;
|
||||
/* LONGLONG */
|
||||
typedef long long int64_t;
|
||||
/* LONGLONG */
|
||||
typedef unsigned long long u_int64_t;
|
||||
|
||||
typedef int32_t register_t;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: types.h,v 1.10 1996/12/05 00:14:00 cgd Exp $ */
|
||||
/* $NetBSD: types.h,v 1.11 1997/11/05 04:36:36 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -65,7 +65,9 @@ typedef short int16_t;
|
|||
typedef unsigned short u_int16_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned int u_int32_t;
|
||||
/* LONGLONG */
|
||||
typedef long long int64_t;
|
||||
/* LONGLONG */
|
||||
typedef unsigned long long u_int64_t;
|
||||
|
||||
typedef int32_t register_t;
|
||||
|
|
Loading…
Reference in New Issue