aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/netif.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/netif.h')
-rw-r--r--lib/libstand/netif.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libstand/netif.h b/lib/libstand/netif.h
index 06093103fa05..dac285107a73 100644
--- a/lib/libstand/netif.h
+++ b/lib/libstand/netif.h
@@ -1,5 +1,7 @@
/* $NetBSD: netif.h,v 1.4 1995/09/14 23:45:30 pk Exp $ */
+/* $FreeBSD$ */
+
#ifndef __SYS_LIBNETBOOT_NETIF_H
#define __SYS_LIBNETBOOT_NETIF_H
#include "iodesc.h"
@@ -7,7 +9,7 @@
#define NENTS(x) sizeof(x)/sizeof(x[0])
struct netif_driver {
- char *netif_bname;
+ const char *netif_bname;
int (*netif_match)(struct netif *, void *);
int (*netif_probe)(struct netif *, void *);
void (*netif_init)(struct iodesc *, void *);