Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/compat/osf1 Fix typo so that this file compiles again.
details: https://anonhg.NetBSD.org/src/rev/8e68ae27199b
branches: trunk
changeset: 500538:8e68ae27199b
user: enami <enami%NetBSD.org@localhost>
date: Wed Dec 13 11:10:36 2000 +0000
description:
Fix typo so that this file compiles again.
diffstat:
sys/lkm/compat/osf1/lkminit_emul.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7b2fb3f6f3bb -r 8e68ae27199b sys/lkm/compat/osf1/lkminit_emul.c
--- a/sys/lkm/compat/osf1/lkminit_emul.c Wed Dec 13 11:07:16 2000 +0000
+++ b/sys/lkm/compat/osf1/lkminit_emul.c Wed Dec 13 11:10:36 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lkminit_emul.c,v 1.1 2000/12/08 20:15:19 jdolecek Exp $ */
+/* $NetBSD: lkminit_emul.c,v 1.2 2000/12/13 11:10:36 enami Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -46,7 +46,7 @@
#include <sys/file.h>
#include <sys/errno.h>
-extern const struct emul_osf1;
+extern const struct emul emul_osf1;
int compat_osf1_lkmentry __P((struct lkm_table *, int, int));
Home |
Main Index |
Thread Index |
Old Index