diff options
author | 2013-05-31 14:11:31 +0000 | |
---|---|---|
committer | 2013-05-31 14:11:31 +0000 | |
commit | f2dd438dc99dc4d72e9851ad96c8bd7062ff7ba6 (patch) | |
tree | 5f2e1303b601dae0e381dac797a9813b207a4cf3 | |
parent | When the ldpe process calls connect(), it doesn't regain control until (diff) | |
download | wireguard-openbsd-f2dd438dc99dc4d72e9851ad96c8bd7062ff7ba6.tar.xz wireguard-openbsd-f2dd438dc99dc4d72e9851ad96c8bd7062ff7ba6.zip |
Remove unused definitions
Diff from Renato Westphal [renatowestphal at gmail.com]
-rw-r--r-- | usr.sbin/ldpd/ldpd.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.sbin/ldpd/ldpd.h b/usr.sbin/ldpd/ldpd.h index 6633b603291..a41f6c39df6 100644 --- a/usr.sbin/ldpd/ldpd.h +++ b/usr.sbin/ldpd/ldpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ldpd.h,v 1.29 2012/04/12 17:33:43 claudio Exp $ */ +/* $OpenBSD: ldpd.h,v 1.30 2013/05/31 14:11:31 claudio Exp $ */ /* * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> @@ -37,8 +37,6 @@ #define LDPD_SOCKET "/var/run/ldpd.sock" #define LDPD_USER "_ldpd" -#define NBR_HASHSIZE 128 - #define NBR_IDSELF 1 #define NBR_CNTSTART (NBR_IDSELF + 1) @@ -359,12 +357,6 @@ int cmdline_symset(char *); /* control.c */ void session_socket_blockmode(int, enum blockmodes); -/* in_cksum.c */ -u_int16_t in_cksum(void *, size_t); - -/* iso_cksum.c */ -u_int16_t iso_cksum(void *, u_int16_t, u_int16_t); - /* kroute.c */ int kif_init(void); int kr_init(int); |