s/__sym_ntos/sym_ntos/
This commit is contained in:
parent
8520a92669
commit
7060f068de
4
dist/bind/bin/named/ns_config.c
vendored
4
dist/bind/bin/named/ns_config.c
vendored
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: ns_config.c,v 1.1.1.1 1999/11/20 18:53:59 veego Exp $ */
|
/* $NetBSD: ns_config.c,v 1.2 1999/11/20 19:13:29 veego Exp $ */
|
||||||
|
|
||||||
#if !defined(lint) && !defined(SABER)
|
#if !defined(lint) && !defined(SABER)
|
||||||
static const char rcsid[] = "Id: ns_config.c,v 8.104 1999/11/08 23:09:42 vixie Exp";
|
static const char rcsid[] = "Id: ns_config.c,v 8.104 1999/11/08 23:09:42 vixie Exp";
|
||||||
@ -1700,7 +1700,7 @@ static struct res_sym order_table [] = {
|
|||||||
*/
|
*/
|
||||||
const char *
|
const char *
|
||||||
p_order(int order) {
|
p_order(int order) {
|
||||||
return (__sym_ntos(order_table, order, (int *)0));
|
return (sym_ntos(order_table, order, (int *)0));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user