Skip to content

Commit

Permalink
[global] rename link.(c|h) to links.(c|h) as they conflict with globa…
Browse files Browse the repository at this point in the history
…l /usr/include/link.h

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Sep 14, 2017
1 parent 899de76 commit eee77df
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions libknet/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sources = \
crypto_nss.c \
handle.c \
host.c \
link.c \
links.c \
logging.c \
netutils.c \
threads_common.c \
Expand Down Expand Up @@ -68,7 +68,7 @@ noinst_HEADERS = \
crypto_nss.h \
host.h \
internals.h \
link.h \
links.h \
logging.h \
netutils.h \
onwire.h \
Expand Down
2 changes: 1 addition & 1 deletion libknet/link.c → libknet/links.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "internals.h"
#include "logging.h"
#include "link.h"
#include "links.h"
#include "transports.h"
#include "host.h"

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion libknet/tests/api_knet_link_set_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "libknet.h"

#include "internals.h"
#include "link.h"
#include "links.h"
#include "netutils.h"
#include "test-common.h"

Expand Down
2 changes: 1 addition & 1 deletion libknet/threads_heartbeat.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <time.h>

#include "crypto.h"
#include "link.h"
#include "links.h"
#include "logging.h"
#include "threads_common.h"
#include "threads_heartbeat.h"
Expand Down
2 changes: 1 addition & 1 deletion libknet/threads_pmtud.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <pthread.h>

#include "crypto.h"
#include "link.h"
#include "links.h"
#include "host.h"
#include "logging.h"
#include "threads_common.h"
Expand Down
2 changes: 1 addition & 1 deletion libknet/threads_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "compress.h"
#include "crypto.h"
#include "host.h"
#include "link.h"
#include "links.h"
#include "logging.h"
#include "transports.h"
#include "threads_common.h"
Expand Down
2 changes: 1 addition & 1 deletion libknet/transport_sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "compat.h"
#include "host.h"
#include "link.h"
#include "links.h"
#include "logging.h"
#include "common.h"
#include "transports.h"
Expand Down

0 comments on commit eee77df

Please sign in to comment.