- 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:
+8
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user