Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/sys Typo: s/./,/



details:   https://anonhg.NetBSD.org/src/rev/2bf0af9c21ca
branches:  pgoyette-compat
changeset: 830711:2bf0af9c21ca
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Sep 15 06:37:48 2018 +0000

description:
Typo: s/./,/

diffstat:

 sys/sys/compat_stub.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c2a37ab883fd -r 2bf0af9c21ca sys/sys/compat_stub.h
--- a/sys/sys/compat_stub.h     Sat Sep 15 05:57:51 2018 +0000
+++ b/sys/sys/compat_stub.h     Sat Sep 15 06:37:48 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_stub.h,v 1.1.2.17 2018/09/15 05:57:51 pgoyette Exp $        */
+/* $NetBSD: compat_stub.h,v 1.1.2.18 2018/09/15 06:37:48 pgoyette Exp $        */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -51,7 +51,7 @@
        type                    (*func)(args);  \
 } name __cacheline_aligned;
 #else  /* defined(MODULAR) */
-#define COMPAT_HOOK(name,type.args)            \
+#define COMPAT_HOOK(name,type,args)            \
 struct __CONCAT(name,_t) {                     \
         bool                   hooked;         \
        type                    (*func)(args);  \



Home | Main Index | Thread Index | Old Index