mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Fix nested comments for -Wcomment warnings.
This commit is contained in:
parent
d2ec3b3080
commit
1a4e9088d5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8382
@ -1,5 +1,5 @@
|
||||
#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
|
||||
|
||||
/*
|
||||
@ -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).
|
||||
*
|
||||
* Paul Vixie, Palo Alto, CA, April 1993
|
||||
****************************************************************************
|
||||
****************************************************************************/
|
||||
|
||||
/*******************************************************************
|
||||
** DiG -- Domain Information Groper **
|
||||
|
@ -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 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) */
|
||||
/* #define UNBUFFERED /* use unbuffered output */
|
||||
/* #define UNBUFFERED *//* use unbuffered output */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/dir.h>
|
||||
|
@ -45,7 +45,7 @@ static char sccsid[] = "@(#)multitech.c 8.1 (Berkeley) 6/6/93";
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/* #define DEBUG /**/
|
||||
/* #define DEBUG */
|
||||
#define MAXRETRY 5
|
||||
/*
|
||||
Configuration
|
||||
|
@ -52,7 +52,7 @@ static char sccsid[] = "@(#)unidialer.c 8.1 (Berkeley) 6/6/93";
|
||||
#include "acucommon.h"
|
||||
#include "tod.h"
|
||||
|
||||
/* #define DEBUG /**/
|
||||
/* #define DEBUG */
|
||||
#define MAXRETRY 5
|
||||
|
||||
typedef enum
|
||||
|
Loading…
Reference in New Issue
Block a user