summaryrefslogtreecommitdiff
path: root/sys/net/if_enc.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 06:16:40 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 06:16:40 +0000
commit13c65eac1cefee96451c2c25b660f73de84834ff (patch)
tree0fbacf487c8cd2dee726f32dbece3df23d2f5751 /sys/net/if_enc.h
parent470facdd7d89074650914f5a3a8ada963b1c071d (diff)
By popular demand, protect from multiple inclusion, and fix to use the
same naming style.
Diffstat (limited to 'sys/net/if_enc.h')
-rw-r--r--sys/net/if_enc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_enc.h b/sys/net/if_enc.h
index 2cbcf574cd5..a0736642616 100644
--- a/sys/net/if_enc.h
+++ b/sys/net/if_enc.h
@@ -31,8 +31,8 @@
* PURPOSE.
*/
-#ifndef _IF_ENC_H_
-#define _IF_ENC_H_
+#ifndef _NET_IF_ENC_H_
+#define _NET_IF_ENC_H_
#define ENCMTU (1024+512)
#define ENC_HDRLEN 12
@@ -48,4 +48,4 @@ struct enchdr {
};
extern struct enc_softc encif[];
-#endif
+#endif /* _NET_IF_ENC_H_ */