summaryrefslogtreecommitdiffstats
path: root/ax25ipd/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25ipd/crc.c')
-rw-r--r--ax25ipd/crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/crc.c b/ax25ipd/crc.c
index b90bde0..d132968 100644
--- a/ax25ipd/crc.c
+++ b/ax25ipd/crc.c
@@ -70,7 +70,7 @@ static u16 fcstab[256] = {
/*
* Calculate a new fcs given the current fcs and the new data.
*/
-u16 pppfcs(register u16 fcs, register unsigned char *cp, register int len)
+u16 pppfcs(u16 fcs, unsigned char *cp, int len)
{
/* ASSERT(sizeof (u16) == 2); */
/* ASSERT(((u16) -1) > 0); */