mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
499 B
Plaintext
12 lines
499 B
Plaintext
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 Mar 8 21:33:38 1999
|
|
@@ -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;
|
|
|
|
/*
|