1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

remove "register" specifiers to supress compiler warning.

This commit is contained in:
Kenjiro Cho 2000-04-26 02:40:33 +00:00
parent 8c6bd995f0
commit 0a48a6902d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59633

View File

@ -97,8 +97,8 @@ atm_output(ifp, m0, dst, rt0)
u_int16_t etype = 0; /* if using LLC/SNAP */
int s, error = 0, sz;
struct atm_pseudohdr atmdst, *ad;
register struct mbuf *m = m0;
register struct rtentry *rt;
struct mbuf *m = m0;
struct rtentry *rt;
struct atmllc *atmllc;
struct atmllc *llc_hdr = NULL;
u_int32_t atm_flags;