diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-10 12:33:22 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-10 12:33:22 +0000 |
commit | d1d4402f447e6d89ce22c1fa98941cdfe86b6dde (patch) | |
tree | 1e8bc7dc25f2b74e04c2c998a33b5c9b5314acad /sys/arch | |
parent | 3247d0aa26598ff7cec35ef2a22fb6399a951b9d (diff) |
make enaddr_aton in machdep.c global
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sgi/include/autoconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/include/autoconf.h b/sys/arch/sgi/include/autoconf.h index 58cccfae3be..132b7360066 100644 --- a/sys/arch/sgi/include/autoconf.h +++ b/sys/arch/sgi/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.3 2004/08/10 07:48:45 mickey Exp $ */ +/* $OpenBSD: autoconf.h,v 1.4 2004/08/10 12:33:21 pefo Exp $ */ /* * Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -132,5 +132,6 @@ struct confargs { }; int badaddr(void *, u_int64_t); +void enaddr_aton(const char *, u_int8_t *); #endif /* _MACHINE_AUTOCONF_H_ */ |