summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2006-04-03 13:55:02 +0000
committerespie <espie@openbsd.org>2006-04-03 13:55:02 +0000
commit9c245fd2f8ece21b72bce9e43518bdbd584bee8f (patch)
tree7391d1118d175db309a400d5e048fe869f4bd07f
parentClarify the firmware part of the iwi(4) manpage: (diff)
downloadwireguard-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.h4
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