bug #25763: Corrected 4 occurrences of SMEMCPY to MEMCPY; corrected indentation

This commit is contained in:
goldsimon
2009-04-15 14:48:56 +00:00
parent 3587e8481d
commit b3a5d6df0d
3 changed files with 15 additions and 12 deletions

View File

@@ -1056,7 +1056,7 @@ pppWriteOverEthernet(int pd, const u_char *s, int n)
pc->lastXMit = sys_jiffies();
SMEMCPY(pb->payload, s, n);
MEMCPY(pb->payload, s, n);
if(pppoe_xmit(pc->pppoe_sc, pb) != ERR_OK) {
LINK_STATS_INC(link.err);