Fix header in serial.c.
Signed-off-by: Lon Hohberger <lhh@redhat.com>
This commit is contained in:
parent
40992c62b3
commit
8d3f45b6aa
@ -5,6 +5,10 @@
|
||||
*
|
||||
* Written by Lon Hohberger <lhh@redhat.com>
|
||||
*
|
||||
* Serial client for fence_virt (incomplete, but
|
||||
* a good start)
|
||||
*
|
||||
* Based on:
|
||||
* Ubersimpledumbterminal "ser" version 1.0.3
|
||||
*/
|
||||
|
||||
@ -191,7 +195,6 @@ serial_fence_virt(fence_virt_args_t *args)
|
||||
flags++;
|
||||
}
|
||||
|
||||
|
||||
fd = open_port(args->serial.device, speed, flags);
|
||||
if (fd == -1) {
|
||||
perror("open_port");
|
||||
|
Loading…
x
Reference in New Issue
Block a user