[systemd-commits] src/rfkill

Colin Walters walters at kemper.freedesktop.org
Sat Oct 19 06:02:49 PDT 2013


 src/rfkill/rfkill.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e6a5e5be830032641fa2b99be64913aca72e965a
Author: Colin Walters <walters at verbum.org>
Date:   Sat Oct 19 09:02:01 2013 -0400

    trivial: rfkill: It's util.h, not utils.h
    
    How about we actually run make locally before pushing, eh?

diff --git a/src/rfkill/rfkill.c b/src/rfkill/rfkill.c
index b814e5c..986605e 100644
--- a/src/rfkill/rfkill.c
+++ b/src/rfkill/rfkill.c
@@ -24,7 +24,7 @@
 #include "fileio.h"
 #include "libudev.h"
 #include "udev-util.h"
-#include "utils.h"
+#include "util.h"
 
 int main(int argc, char *argv[]) {
         _cleanup_udev_unref_ struct udev *udev = NULL;



More information about the systemd-commits mailing list