diff options
| author | Ollivier Robert <roberto@FreeBSD.org> | 2008-08-18 14:26:05 +0000 | 
|---|---|---|
| committer | Ollivier Robert <roberto@FreeBSD.org> | 2008-08-18 14:26:05 +0000 | 
| commit | ff717da2cf625e3d07537a93a4c240692fa55bd6 (patch) | |
| tree | 9dcf618e4446ac2b5fca7d0afe7767382664f0d6 /libntp/icom.c | |
| parent | cce65f439697627afbccf5a67035a957bb4d784a (diff) | |
Diffstat (limited to 'libntp/icom.c')
| -rw-r--r-- | libntp/icom.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/libntp/icom.c b/libntp/icom.c index 5c1a9a34b0274..280667eb4538b 100644 --- a/libntp/icom.c +++ b/libntp/icom.c @@ -144,6 +144,7 @@ icom_init(  	fd = open(device, O_RDWR, 0777);  	if (fd < 0)  		return (fd); +  	tcgetattr(fd, &ttyb);  	ttyb.c_iflag = 0;	/* input modes */  	ttyb.c_oflag = 0;	/* output modes */ | 
