From: Guillem Jover Date: Sat, 28 May 2011 04:35:18 +0000 (+0200) Subject: Do not use the same header inclusion protector for and X-Git-Tag: 0.3.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=913cdd91b1d696e02dff22273b7721d8dad4bf2a;p=thirdparty%2Flibbsd.git Do not use the same header inclusion protector for and Regression introduced in commit f7caf2b30da93d46528ec706dffaf5cbde5266d9. --- diff --git a/include/nlist.h b/include/nlist.h index ee576ae..ac04b1d 100644 --- a/include/nlist.h +++ b/include/nlist.h @@ -24,8 +24,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef LIBBSD_NLIST_H -#define LIBBSD_NLIST_H +#ifndef LIBBSD_DEPRECATED_NLIST_H +#define LIBBSD_DEPRECATED_NLIST_H #ifdef LIBBSD_DISABLE_DEPRECATED #error "Deprecated header, use or libbsd-overlay.pc instead."