ping: fix include guard symbol name to reflect the header file name

Submitted by:	Ján Sučan <sucanjan@gmail.com>
MFC after:	2 weeks
MFC-With:	351171
Sponsored by:	Google LLC (Google Summer of Code 2019)
Differential Revision:	https://reviews.freebsd.org/D21374
This commit is contained in:
Alan Somers 2019-08-23 15:24:18 +00:00
parent 208ae7b7b4
commit ec7ea489e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351424

View File

@ -28,8 +28,8 @@
* $FreeBSD$
*/
#ifndef PING_H
#define PING_H 1
#ifndef UTILS_H
#define UTILS_H 1
#include <sys/types.h>