summaryrefslogtreecommitdiffstats
path: root/ax25/ax25d.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-01-23 13:40:01 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-01-23 13:40:01 +0000
commit528c8b904a1da81934ac8d8d7dcbf97f220a7228 (patch)
tree468f888febe181f3f8dc28ecbd29495595994ed4 /ax25/ax25d.c
parent5b1b6bc87963c9f361dbfcde7a8323e5a417053b (diff)
Fix warnings about // style comment. And remove some of the most
pointless comments.
Diffstat (limited to 'ax25/ax25d.c')
-rw-r--r--ax25/ax25d.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ax25/ax25d.c b/ax25/ax25d.c
index 8a7cdcb..638a8a9 100644
--- a/ax25/ax25d.c
+++ b/ax25/ax25d.c
@@ -1,5 +1,5 @@
/*
- * $Id: ax25d.c,v 1.4 2006/01/08 18:26:43 dl9sau Exp $
+ * $Id: ax25d.c,v 1.5 2007/01/23 13:40:01 ralf Exp $
*
* This is my version of axl.c, written for the LBBS code to make it
* compatable with the kernel AX25 driver. It appears to work, with
@@ -515,9 +515,9 @@ int main(int argc, char *argv[])
goto login;
if (raxl->checkVC > 1) {
- //setproctitle("ax25d [%d]: rejecting, User);
+ /* setproctitle("ax25d [%d]: rejecting, User); */
} else {
- //setproctitle("ax25d [%d]: %s, User, (VCloginEnable ? "waiting" : "discarding"));
+ /* setproctitle("ax25d [%d]: %s, User, (VCloginEnable ? "waiting" : "discarding")); */
}
/* is a VC user. checkVC > 0? then reject now, or fork and wait for pid=textdata.. */
@@ -587,12 +587,12 @@ int main(int argc, char *argv[])
/* point of no return */
close_link:
/* close link */
- //setproctitle("ax25d [%s]: disconnecting", User);
+ /* setproctitle("ax25d [%s]: disconnecting", User); */
close(new);
return 0;
}
login:
- //setproctitle("ax25d [%s]: login", User);
+ /* setproctitle("ax25d [%s]: login", User); */
SetupOptions(new, raxl);
WorkoutArgs(raxl->af_type, raxl->shell, &argc, argv);