diff options
author | Guillem Jover <guillem@hadrons.org> | 2011-05-28 06:35:18 +0200 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2011-05-29 02:39:44 +0200 |
commit | 913cdd91b1d696e02dff22273b7721d8dad4bf2a (patch) | |
tree | 7b49eb597446a076e8f6f4df53f89ed976ba7d3d | |
parent | 200eeb1265ec50ef54660d054f41af71c49e57fc (diff) | |
download | libbsd-913cdd91b1d696e02dff22273b7721d8dad4bf2a.tar.gz |
Do not use the same header inclusion protector for <nlist.h> and <bsd/nlist.h>
Regression introduced in commit f7caf2b30da93d46528ec706dffaf5cbde5266d9.
-rw-r--r-- | include/nlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd/nlist.h> or libbsd-overlay.pc instead." |