diff options
author | Nikias Bassen | 2014-11-11 14:34:26 +0100 |
---|---|---|
committer | Nikias Bassen | 2014-12-02 19:16:24 +0100 |
commit | ab51bbbe6d78678db1bdd04be1eeec6bb1d59c34 (patch) | |
tree | be1cf24efef18ffe2830e5d7da28722463da67f9 | |
parent | 3444d5a3a68998ac62b8f8c96414aad608024575 (diff) | |
download | usbmuxd-ab51bbbe6d78678db1bdd04be1eeec6bb1d59c34.tar.gz usbmuxd-ab51bbbe6d78678db1bdd04be1eeec6bb1d59c34.tar.bz2 |
Rename usb-linux.c to more suitable usb.c
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/usb.c (renamed from src/usb-linux.c) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b92eb64..5ef0d3b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,7 @@ usbmuxd_SOURCES = client.c client.h \ device.c device.h \ preflight.c preflight.h \ log.c log.h \ - usbmuxd-proto.h usb-linux.c usb.h \ + usbmuxd-proto.h usb.c usb.h \ utils.c utils.h \ conf.c conf.h \ main.c diff --git a/src/usb-linux.c b/src/usb.c index 9878f41..f5e8092 100644 --- a/src/usb-linux.c +++ b/src/usb.c @@ -1,5 +1,5 @@ /* - * usb-linux.c + * usb.c * * Copyright (C) 2009 Hector Martin <hector@marcansoft.com> * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> |