Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6437
b: refs/heads/master
c: 4524b25
h: refs/heads/master
i:
  6435: 54b75b3
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and David S. Miller committed Aug 29, 2005
1 parent 089b196 commit e2f4b7c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae6706f0678b89de07ad3b456893cc883584f711
refs/heads/master: 4524b259541e1eea07020af825d8e7b0e4faaec5
2 changes: 1 addition & 1 deletion trunk/net/dccp/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
obj-$(CONFIG_IP_DCCP) += dccp.o

dccp-y := ccid.o input.o ipv4.o minisocks.o options.o output.o proto.o \
timer.o packet_history.o
timer.o

obj-$(CONFIG_INET_DCCP_DIAG) += dccp_diag.o

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/dccp/ccids/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
obj-$(CONFIG_IP_DCCP_CCID3) += dccp_ccid3.o

dccp_ccid3-y := ccid3.o lib/loss_interval.o
dccp_ccid3-y := ccid3.o lib/loss_interval.o lib/packet_history.o
2 changes: 1 addition & 1 deletion trunk/net/dccp/ccids/ccid3.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <linux/config.h>
#include "../ccid.h"
#include "../dccp.h"
#include "../packet_history.h"
#include "lib/packet_history.h"
#include "lib/loss_interval.h"
#include "ccid3.h"

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include <linux/slab.h>
#include <linux/time.h>

#include "dccp.h"
#include "../../dccp.h"

struct dccp_tx_hist_entry {
struct list_head dccphtx_node;
Expand Down

0 comments on commit e2f4b7c

Please sign in to comment.