diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-01-08 08:06:14 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-01-08 08:06:14 +0000 |
commit | c373d9289d1987abe45e339b5aa37f05460e977f (patch) | |
tree | eacecf05ade498902c426d07b76ce3d5e1306ffe /ntpd/ntp_refclock.c | |
parent | 49b7d963372f963c2eab9435fa69aa1f61326111 (diff) |
Notes
Diffstat (limited to 'ntpd/ntp_refclock.c')
-rw-r--r-- | ntpd/ntp_refclock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ntpd/ntp_refclock.c b/ntpd/ntp_refclock.c index 1f16ca7971061..d25cc2c0df153 100644 --- a/ntpd/ntp_refclock.c +++ b/ntpd/ntp_refclock.c @@ -732,9 +732,9 @@ process_refclock_packet( */ int refclock_open( - char *dev, /* device name pointer */ - u_int speed, /* serial port speed (code) */ - u_int lflags /* line discipline flags */ + const char *dev, /* device name pointer */ + u_int speed, /* serial port speed (code) */ + u_int lflags /* line discipline flags */ ) { int fd; |