From 70961a3e4c21b2842728f6840dbab0942181a37f Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 24 Oct 1998 19:35:36 +0000 Subject: [PATCH] mark native_to_svr4_errno as extern (avoids compiler warning). --- sys/compat/svr4/svr4_errno.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/compat/svr4/svr4_errno.h b/sys/compat/svr4/svr4_errno.h index b80f227628e2..f54eeaafe43c 100644 --- a/sys/compat/svr4/svr4_errno.h +++ b/sys/compat/svr4/svr4_errno.h @@ -1,4 +1,4 @@ -/* $NetBSD: svr4_errno.h,v 1.4 1998/10/23 04:06:00 erh Exp $ */ +/* $NetBSD: svr4_errno.h,v 1.5 1998/10/24 19:35:36 mrg Exp $ */ /*- * Copyright (c) 1994 The NetBSD Foundation, Inc. @@ -177,6 +177,6 @@ #define SVR4_EAUTH SVR4_ENOSYS #define SVR4_ENEEDAUTH SVR4_ENOSYS -int native_to_svr4_errno[]; +extern int native_to_svr4_errno[]; #endif /* !_SVR4_ERRNO_H_ */