diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 10:23:49 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 10:23:49 +0200 |
commit | 829456efb34ab796f7aa743fa7f37a5ecd8b3455 (patch) | |
tree | d7b8ad70c4f2615ce6ef912abd75af4a45b715de /curvetun | |
parent | 78a23a4d5ab27c8af26c0e232c099a0c16907649 (diff) |
xio: rename xio to ioops and reduce its includes
Rename xio to ioops (io-ops) and boil its include files down to a
minimum.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun')
-rw-r--r-- | curvetun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curvetun/Makefile b/curvetun/Makefile index 3d60064..289aa72 100644 --- a/curvetun/Makefile +++ b/curvetun/Makefile @@ -2,7 +2,6 @@ curvetun-libs = -lnacl \ -lpthread curvetun-objs = xmalloc.o \ - xio.o \ xutils.o \ str.o \ stun.o \ @@ -14,6 +13,7 @@ curvetun-objs = xmalloc.o \ curve.o \ cookie.o \ ioexact.o \ + ioops.o \ cpusched.o \ ct_usermgmt.o \ ct_servmgmt.o \ |