diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-07-22 12:35:58 -0400 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-07-22 12:35:58 -0400 |
commit | e8d569b4145a358775e87058829133fa725b32fd (patch) | |
tree | 840f9b66b6e0948faacbcb42b78f0672fd1ca758 /udevstart.c | |
parent | 761e5b476f8e69f41958a62ed787f5d886fa212e (diff) |
move code to its own files
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'udevstart.c')
-rw-r--r-- | udevstart.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/udevstart.c b/udevstart.c index d9912466ca..0bcbc39737 100644 --- a/udevstart.c +++ b/udevstart.c @@ -2,10 +2,12 @@ * udevstart.c * * Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com> - * + * Copyright (C) 2004 Kay Sievers <kay@vrfy.org> + * * Quick and dirty way to populate a /dev with udev if your system - * does not have access to a shell. Based originally on a patch to udev - * from Harald Hoyer <harald@redhat.com> + * does not have access to a shell. Based originally on a patch + * from: + * Harald Hoyer <harald@redhat.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -41,8 +43,8 @@ #include "udev.h" #include "udev_version.h" #include "logging.h" -#include "udev_rules.h" #include "udev_utils.h" +#include "udev_rules.h" #include "list.h" static const char *udev_run_str; |