Deleted Added
full compact
ddp_output.c (17254) ddp_output.c (18207)
1/*
2 * Copyright (c) 1990,1991 Regents of The University of Michigan.
3 * All Rights Reserved.
4 *
5 * Permission to use, copy, modify, and distribute this software and
6 * its documentation for any purpose and without fee is hereby granted,
7 * provided that the above copyright notice appears in all copies and
8 * that both that copyright notice and this permission notice appear

--- 22 unchanged lines hidden (view full) ---

31
32#include <net/if.h>
33#include <net/route.h>
34
35#include <netinet/in.h>
36#undef s_net
37#include <netinet/if_ether.h>
38
1/*
2 * Copyright (c) 1990,1991 Regents of The University of Michigan.
3 * All Rights Reserved.
4 *
5 * Permission to use, copy, modify, and distribute this software and
6 * its documentation for any purpose and without fee is hereby granted,
7 * provided that the above copyright notice appears in all copies and
8 * that both that copyright notice and this permission notice appear

--- 22 unchanged lines hidden (view full) ---

31
32#include <net/if.h>
33#include <net/route.h>
34
35#include <netinet/in.h>
36#undef s_net
37#include <netinet/if_ether.h>
38
39#include "at.h"
40#include "at_var.h"
41#include "endian.h"
42#include "ddp.h"
43#include "ddp_var.h"
39#include <netatalk/at.h>
40#include <netatalk/at_var.h>
41#include <netatalk/endian.h>
42#include <netatalk/ddp.h>
43#include <netatalk/ddp_var.h>
44#include <netatalk/at_extern.h>
45
46int ddp_cksum = 1;
47
48int
49ddp_output( struct ddpcb *ddp, struct mbuf *m)
50{
51 struct ddpehdr *deh;

--- 127 unchanged lines hidden ---
44#include <netatalk/at_extern.h>
45
46int ddp_cksum = 1;
47
48int
49ddp_output( struct ddpcb *ddp, struct mbuf *m)
50{
51 struct ddpehdr *deh;

--- 127 unchanged lines hidden ---