1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

Fix nested comments for -Wcomment warnings.

This commit is contained in:
Rodney W. Grimes 1995-05-09 13:13:29 +00:00
parent d2ec3b3080
commit 1a4e9088d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8382
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#ifndef lint #ifndef lint
static char rcsid[] = "$Id: dig.c,v 1.1.1.1 1994/09/22 21:33:31 pst Exp $"; static char rcsid[] = "$Id: dig.c,v 1.2 1994/09/22 21:51:49 pst Exp $";
#endif #endif
/* /*
@ -89,7 +89,7 @@ static char rcsid[] = "$Id: dig.c,v 1.1.1.1 1994/09/22 21:33:31 pst Exp $";
* in order to disclaim liability and warranty). * in order to disclaim liability and warranty).
* *
* Paul Vixie, Palo Alto, CA, April 1993 * Paul Vixie, Palo Alto, CA, April 1993
**************************************************************************** ****************************************************************************/
/******************************************************************* /*******************************************************************
** DiG -- Domain Information Groper ** ** DiG -- Domain Information Groper **

View File

@ -64,9 +64,9 @@ static char sccsid[] = "@(#)msgs.c 8.1 (Berkeley) 6/6/93";
#define V7 /* will look for TERM in the environment */ #define V7 /* will look for TERM in the environment */
#define OBJECT /* will object to messages without Subjects */ #define OBJECT /* will object to messages without Subjects */
/* #define REJECT /* will reject messages without Subjects /* #define REJECT */ /* will reject messages without Subjects
(OBJECT must be defined also) */ (OBJECT must be defined also) */
/* #define UNBUFFERED /* use unbuffered output */ /* #define UNBUFFERED *//* use unbuffered output */
#include <sys/param.h> #include <sys/param.h>
#include <sys/dir.h> #include <sys/dir.h>

View File

@ -45,7 +45,7 @@ static char sccsid[] = "@(#)multitech.c 8.1 (Berkeley) 6/6/93";
#include <stdio.h> #include <stdio.h>
/* #define DEBUG /**/ /* #define DEBUG */
#define MAXRETRY 5 #define MAXRETRY 5
/* /*
Configuration Configuration

View File

@ -52,7 +52,7 @@ static char sccsid[] = "@(#)unidialer.c 8.1 (Berkeley) 6/6/93";
#include "acucommon.h" #include "acucommon.h"
#include "tod.h" #include "tod.h"
/* #define DEBUG /**/ /* #define DEBUG */
#define MAXRETRY 5 #define MAXRETRY 5
typedef enum typedef enum