Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netatalk #include <sys/protosw.h> if _KERNEL
details: https://anonhg.NetBSD.org/src/rev/80a8fbf57f3a
branches: trunk
changeset: 580720:80a8fbf57f3a
user: matt <matt%NetBSD.org@localhost>
date: Fri May 06 04:26:31 2005 +0000
description:
#include <sys/protosw.h> if _KERNEL
diffstat:
sys/netatalk/at.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 6a937e9501cf -r 80a8fbf57f3a sys/netatalk/at.h
--- a/sys/netatalk/at.h Fri May 06 00:10:00 2005 +0000
+++ b/sys/netatalk/at.h Fri May 06 04:26:31 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: at.h,v 1.5 2004/04/22 01:01:40 matt Exp $ */
+/* $NetBSD: at.h,v 1.6 2005/05/06 04:26:31 matt Exp $ */
/*
* Copyright (c) 1990,1991 Regents of The University of Michigan.
@@ -96,6 +96,8 @@
#define sat_zero sat_range.r_zero
#ifdef _KERNEL
+#include <sys/protosw.h>
+
extern struct domain atalkdomain;
extern const struct protosw atalksw[];
#endif
Home |
Main Index |
Thread Index |
Old Index