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:
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
|
#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 **
|
||||||
|
@ -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>
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user