summaryrefslogtreecommitdiff
path: root/device/if_ether.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/if_ether.h')
-rw-r--r--device/if_ether.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/if_ether.h b/device/if_ether.h
index e368fbf..91d4d9a 100644
--- a/device/if_ether.h
+++ b/device/if_ether.h
@@ -46,7 +46,7 @@ struct ether_header {
};
#ifdef KERNEL
-extern char * ether_sprintf(u_char *);
+extern char * ether_sprintf(const u_char *);
#endif /* KERNEL */
#endif /*_DEVICE_IF_ETHER_H_*/