summaryrefslogtreecommitdiffstats
path: root/ax25rtd/ax25rtctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25rtd/ax25rtctl.c')
-rw-r--r--ax25rtd/ax25rtctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25rtd/ax25rtctl.c b/ax25rtd/ax25rtctl.c
index d7e82f0..62d8a02 100644
--- a/ax25rtd/ax25rtctl.c
+++ b/ax25rtd/ax25rtctl.c
@@ -133,7 +133,7 @@ static void list_ax25(void)
printf("Callsign Port Last update Path\n");
/*
- DB0PRA-15 scc3 Tue Aug 6 16:35:38 1996
+ DB0PRA-15 scc3 Tue Aug 6 16:35:38 1996
*/
while (1) {
@@ -199,7 +199,7 @@ static void list_ip(void)
printf("IP Address Port Callsign Mode Last update\n");
/*
- 255.255.255.255 scc3 DB0PRA-15 v Thu Jan 7 06:54:19 1971
+ 255.255.255.255 scc3 DB0PRA-15 v Thu Jan 7 06:54:19 1971
*/
while (1) {
len = read(sock, buf + offs, sizeof(buf) - offs - 1);