- 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
This commit is contained in:
François Revol
2009-08-26 13:10:08 +00:00
parent 285fe0a395
commit 8382dc4be4
+8 -3
View File
@@ -1,9 +1,14 @@
#include <stdio.h>
// for O_WRONLY
/*
* Copyright 2002, François Revol, [email protected].
* Distributed under the terms of the MIT License.
*/
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
// 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: