Module Name: src
Committed By: pgoyette
Date: Sat Sep 15 06:37:48 UTC 2018
Modified Files:
src/sys/sys [pgoyette-compat]: compat_stub.h
Log Message:
Typo: s/./,/
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/sys/sys/compat_stub.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/compat_stub.h
diff -u src/sys/sys/compat_stub.h:1.1.2.17 src/sys/sys/compat_stub.h:1.1.2.18
--- src/sys/sys/compat_stub.h:1.1.2.17 Sat Sep 15 05:57:51 2018
+++ src/sys/sys/compat_stub.h Sat Sep 15 06:37:48 2018
@@ -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 @@ struct __CONCAT(name,_t) { \
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); \