]> git.puffer.fish Git - mirror/frr.git/commit
From: Paul Jakma <paul@clubi.ie>
authorpaul <paul>
Mon, 19 May 2003 21:06:32 +0000 (21:06 +0000)
committerpaul <paul>
Mon, 19 May 2003 21:06:32 +0000 (21:06 +0000)
commitf04385215b363f57ed3d3dd8f6bfa53ac4e2c1da
treedc2a7e6eff78285b57602649489a51c0c82a791c
parent733e8102dc513a49363c73597fbf9d3fe061acd5
From: Paul Jakma <paul@clubi.ie>
Subject: [zebra 19097] HAVE_ASM_TYPES

does anyone know why lib/zebra.h has:

#ifdef HAVE_ASM_TYPES_H
#include <asm/types.h>
#endif /* HAVE_ASM_TYPES_H */

There's no need for it that i can see (least not on linux) and it
causes compile warnings. Is it needed? If so, why?
lib/zebra.h