summaryrefslogtreecommitdiff
path: root/device/if_ether.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/if_ether.h')
-rw-r--r--device/if_ether.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device/if_ether.h b/device/if_ether.h
index da83fcf..5da40d6 100644
--- a/device/if_ether.h
+++ b/device/if_ether.h
@@ -2,7 +2,7 @@
* Mach Operating System
* Copyright (c) 1991 Carnegie Mellon University
* All Rights Reserved.
- *
+ *
* Permission to use, copy, modify and distribute this software and its
* documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear in all copies of the
@@ -52,6 +52,6 @@ struct ether_header {
u_char etherbroadcastaddr[6];
extern char * ether_sprintf();
-#endif KERNEL
+#endif /* KERNEL */
#endif /*_DEVICE_IF_ETHER_H_*/