]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Do not use the same header inclusion protector for <nlist.h> and <bsd/nlist.h>
authorGuillem Jover <guillem@hadrons.org>
Sat, 28 May 2011 04:35:18 +0000 (06:35 +0200)
committerGuillem Jover <guillem@hadrons.org>
Sun, 29 May 2011 00:39:44 +0000 (02:39 +0200)
Regression introduced in commit f7caf2b30da93d46528ec706dffaf5cbde5266d9.

include/nlist.h

index ee576ae15034c4e8d7f59a01aa25ee25407b1ebc..ac04b1d294fe2d63aa3b7fbc166b72301abc4a2c 100644 (file)
@@ -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 <bsd/nlist.h> or libbsd-overlay.pc instead."