Fix (-W)header-guard error found by clang 3.4

./packet-ldp.h:26:9: error: '__PACKET_LDP_H_' is used as a header guard here,
      followed by #define of a different macro [-Werror,-Wheader-guard]
#ifndef __PACKET_LDP_H_
        ^~~~~~~~~~~~~~~
./packet-ldp.h:27:9: note: '__PACKET_LDP_H__' is defined here; did you mean
      '__PACKET_LDP_H_'?
#define __PACKET_LDP_H__
        ^~~~~~~~~~~~~~~~
        __PACKET_LDP_H_

svn path=/trunk/; revision=51285
This commit is contained in:
Alexis La Goutte 2013-08-10 21:32:24 +00:00
parent d5fed8b085
commit d2c0e56d94
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __PACKET_LDP_H_
#ifndef __PACKET_LDP_H__
#define __PACKET_LDP_H__
/*