fix llvm build
This commit is contained in:
parent
16095d554f
commit
b9343ab6d9
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: vmt_subr.c,v 1.8 2024/03/20 23:34:24 msaitoh Exp $ */
|
||||
/* $NetBSD: vmt_subr.c,v 1.9 2024/04/02 20:04:16 christos Exp $ */
|
||||
/* $OpenBSD: vmt.c,v 1.11 2011/01/27 21:29:25 dtucker Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -108,7 +108,6 @@ struct vmt_tclo_rpc {
|
|||
{ "Set_Option broadcastIP 1", vmt_tclo_broadcastip },
|
||||
{ "ping", vmt_tclo_ping },
|
||||
{ "reset", vmt_tclo_reset },
|
||||
{ NULL },
|
||||
#if 0
|
||||
/* Various unsupported commands */
|
||||
{ "Set_Option autohide 0" },
|
||||
|
@ -130,6 +129,7 @@ struct vmt_tclo_rpc {
|
|||
{ "Time_Synchronize 0" },
|
||||
{ "Vix_1_Relayed_Command \"38cdcae40e075d66\"" },
|
||||
#endif
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
||||
extern char hostname[MAXHOSTNAMELEN];
|
||||
|
|
Loading…
Reference in New Issue