forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
393 B
C
18 lines
393 B
C
--- ./segments.c.orig 2008-07-30 19:14:13.000000000 +0200
|
|
+++ ./segments.c 2014-08-02 12:39:30.000000000 +0200
|
|
@@ -112,6 +112,7 @@
|
|
return head;
|
|
}
|
|
|
|
+void
|
|
print_segments(head, index, complement)
|
|
Segment *head;
|
|
int index;
|
|
@@ -128,6 +129,7 @@
|
|
}
|
|
}
|
|
|
|
+void
|
|
old_print_segments(head, index1, index2, offset, rel_orient)
|
|
Segment *head;
|
|
int index1, index2, offset;
|