From 8382dc4be47fb6c4bb6e7c83b4fdaee5fa1df0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Wed, 26 Aug 2009 13:10:08 +0000 Subject: [PATCH] - Fix warnings, - UTF-8, - add copyrights. We shouldn't need this anymore anyway, devfs handles rescanning on its own... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32705 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/rescan.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/bin/rescan.c b/src/bin/rescan.c index d995479f4c..962a3f13ea 100644 --- a/src/bin/rescan.c +++ b/src/bin/rescan.c @@ -1,9 +1,14 @@ -#include -// for O_WRONLY +/* + * Copyright 2002, François Revol, revol@free.fr. + * Distributed under the terms of the MIT License. + */ + #include +#include +#include #include -// 2002, François Revol +// 2002, François Revol // technical reference: // http://bedriven.be-in.org/document/280-serial_port_driver.html // 2004: bedriven is down now, mirror at: