From 11f0bd2ad5c3d328c3ee201dec052d18ddca5a60 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Mon, 4 Mar 2024 22:05:41 +0700 Subject: [PATCH] Fix NIS helper header-guard --- src/auth/basic/NIS/nis_support.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/auth/basic/NIS/nis_support.h b/src/auth/basic/NIS/nis_support.h index 01b9dbf5be..9c30298419 100644 --- a/src/auth/basic/NIS/nis_support.h +++ b/src/auth/basic/NIS/nis_support.h @@ -8,9 +8,6 @@ #ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H #define SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H -#ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H -#define SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H - extern char * get_nis_password(char *user, char *nisdomain, char *nismap); #endif /* SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H */ -- 2.47.3