diff options
author | 2006-04-03 13:55:02 +0000 | |
---|---|---|
committer | 2006-04-03 13:55:02 +0000 | |
commit | 9c245fd2f8ece21b72bce9e43518bdbd584bee8f (patch) | |
tree | 7391d1118d175db309a400d5e048fe869f4bd07f | |
parent | Clarify the firmware part of the iwi(4) manpage: (diff) | |
download | wireguard-openbsd-9c245fd2f8ece21b72bce9e43518bdbd584bee8f.tar.xz wireguard-openbsd-9c245fd2f8ece21b72bce9e43518bdbd584bee8f.zip |
reflect reality, wchar_t has been int on OpenBSD for about a year now.
okay millert@
-rw-r--r-- | usr.bin/xlint/lint1/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h index c385c365d0c..978f7598493 100644 --- a/usr.bin/xlint/lint1/param.h +++ b/usr.bin/xlint/lint1/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.13 2006/01/16 08:07:31 otto Exp $ */ +/* $OpenBSD: param.h,v 1.14 2006/04/03 13:55:02 espie Exp $ */ /* $NetBSD: param.h,v 1.6 1996/04/01 21:47:57 mark Exp $ */ /* @@ -67,7 +67,7 @@ /* * Make sure this matches wchar_t. */ -#define WCHAR SHORT +#define WCHAR INT #ifndef __GNUC__ #ifndef lint |