Mark 'makeup' in ng_frame_relay as const, as its values are immutable.

This commit is contained in:
rwatson 2004-07-12 04:35:42 +00:00
parent 8d63702565
commit 5fb9f28d80

View File

@ -99,7 +99,7 @@ typedef struct frmrel_softc *sc_p;
#define LASTBYTE_D_C 0x02 /* last byte is dl_core or dlci info */
/* Used to do headers */
static struct segment {
const static struct segment {
u_char mask;
u_char shift;
u_char width;