From 528c8b904a1da81934ac8d8d7dcbf97f220a7228 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 23 Jan 2007 13:40:01 +0000 Subject: Fix warnings about // style comment. And remove some of the most pointless comments. --- ax25/ax25d.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ax25/ax25d.c') 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); -- cgit v1.2.3