mark native_to_svr4_errno as extern (avoids compiler warning).

This commit is contained in:
mrg 1998-10-24 19:35:36 +00:00
parent 30c9449a34
commit 70961a3e4c
1 changed files with 2 additions and 2 deletions

View File

@ -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_ */