Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/tools/compat Pull up revision 1.17 (requested by thorpe...
details: https://anonhg.NetBSD.org/src/rev/c033c4edf085
branches: netbsd-1-6
changeset: 529273:c033c4edf085
user: he <he%NetBSD.org@localhost>
date: Sun Nov 03 16:41:02 2002 +0000
description:
Pull up revision 1.17 (requested by thorpej in ticket #802):
Add __restrict to the set of tokens we #define away: our
glob.h uses it.
diffstat:
tools/compat/compat_defs.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r dbb399d81bcd -r c033c4edf085 tools/compat/compat_defs.h
--- a/tools/compat/compat_defs.h Sun Nov 03 16:38:36 2002 +0000
+++ b/tools/compat/compat_defs.h Sun Nov 03 16:41:02 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_defs.h,v 1.15 2002/04/24 19:41:58 bjh21 Exp $ */
+/* $NetBSD: compat_defs.h,v 1.15.2.1 2002/11/03 16:41:02 he Exp $ */
#ifndef __NETBSD_COMPAT_DEFS_H__
#define __NETBSD_COMPAT_DEFS_H__
@@ -82,6 +82,8 @@
#define __aconst
#undef __dead
#define __dead
+#undef __restrict
+#define __restrict
/* Dirent support. */
Home |
Main Index |
Thread Index |
Old Index