diff options
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl-compat-openbsd.h')
-rw-r--r-- | net/openbgpd/files/patch-bgpctl-compat-openbsd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/openbgpd/files/patch-bgpctl-compat-openbsd.h b/net/openbgpd/files/patch-bgpctl-compat-openbsd.h deleted file mode 100644 index bbec3833bac7..000000000000 --- a/net/openbgpd/files/patch-bgpctl-compat-openbsd.h +++ /dev/null @@ -1,6 +0,0 @@ ---- /dev/null 2009-06-24 01:22:00.000000000 +0900 -+++ bgpctl/compat-openbsd.h 2009-06-24 01:24:55.000000000 +0900 -@@ -0,0 +1,3 @@ -+#include <sys/endian.h> -+ -+#define betoh64(x) (be64toh(x)) |