Removed unnecessary extern declaration that was causing compiler warnings.
Reviewed by: Garrett Wollman
This commit is contained in:
parent
aeb0491c43
commit
635d58b32c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8543
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)domain.h 8.1 (Berkeley) 6/2/93
|
||||
* $Id: domain.h,v 1.3 1994/08/21 04:41:41 paul Exp $
|
||||
* $Id: domain.h,v 1.4 1995/05/11 00:13:26 wollman Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_DOMAIN_H_
|
||||
@ -67,7 +67,6 @@ struct domain {
|
||||
extern struct domain *domains;
|
||||
|
||||
#define DOMAIN_SET(name) \
|
||||
extern struct domain name ## domain; \
|
||||
DATA_SET(domain_set, name ## domain);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user