diff options
| author | Warner Losh <imp@FreeBSD.org> | 2008-06-02 04:50:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2008-06-02 04:50:47 +0000 |
| commit | 047b4ae4cf6c321d7dc1c7b962ca57615f252177 (patch) | |
| tree | 3fb1b79e059fbed23c182fb296cb08456ea43bfb /usr.sbin/timed | |
| parent | f791dd06c25d44c329bc8786012c5eb1400e7559 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/timed')
| -rw-r--r-- | usr.sbin/timed/timed/timed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/timed/timed/timed.c b/usr.sbin/timed/timed/timed.c index 27344a3b9e05..92a173340fb1 100644 --- a/usr.sbin/timed/timed/timed.c +++ b/usr.sbin/timed/timed/timed.c @@ -134,7 +134,7 @@ main(argc, argv) struct nets *nt; struct sockaddr_in server; u_short port; - char c; + int c; #ifdef lint ntip = NULL; |
