blob: 98fb35c85d211a54d15aca5847fef8b6c5a32fdb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/include/skip_types.h work.new/skip/include/skip_types.h
--- skipsrc-1.0.orig/skip/include/skip_types.h Fri Oct 25 13:12:45 1996
+++ work.new/skip/include/skip_types.h Mon Jan 24 12:35:40 2000
@@ -142,6 +142,7 @@
unsigned char flags; /* ACL info for this system */
struct in_addr mask; /* network/host mask */
struct in_addr tunnel_addr; /* tunneling address */
+ unsigned long source; /* source address */
} skip_param_t;
/*
|