summaryrefslogtreecommitdiff
path: root/pppd/spinlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'pppd/spinlock.h')
-rw-r--r--pppd/spinlock.h8
1 files changed, 4 insertions, 4 deletions
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