X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fspinlock.h;fp=pppd%2Fspinlock.h;h=b36d2a84d8a49f839ee0d3a987be9ebf3a33814c;hb=c0d579b8423ef278c204b6db60615c88eea9c870;hp=38e7bcc6cdc3b2be41b312881bd746420acf5d97;hpb=199e97bae9c03f5cec5202a511b5c436aff05af9;p=ppp.git diff --git a/pppd/spinlock.h b/pppd/spinlock.h index 38e7bcc..b36d2a8 100644 --- a/pppd/spinlock.h +++ b/pppd/spinlock.h @@ -1,7 +1,7 @@ -#include "pppdconf.h" +#ifndef PPP_SPINLOCK_H +#define PPP_SPINLOCK_H -#ifndef __SPINLOCK_H__ -#define __SPINLOCK_H__ +#include "pppdconf.h" #include "tdb.h" @@ -54,4 +54,4 @@ int tdb_clear_spinlocks(TDB_CONTEXT *tdb); #endif -#endif +#endif // PPP_SPINLOCK_H