diff --git a/include/net/af.h b/include/net/af.h index 62c550e..66b3025 100644 --- a/include/net/af.h +++ b/include/net/af.h @@ -27,7 +27,7 @@ ********************************************************************** */ -#endif CMU +#endif /* CMU */ /* * Copyright (c) 1980, 1986 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement diff --git a/include/net/netisr.h b/include/net/netisr.h index d667b4f..c9e5881 100644 --- a/include/net/netisr.h +++ b/include/net/netisr.h @@ -31,9 +31,9 @@ int soft_net_wakeup; #define setsoftnet() (wakeup((caddr_t)&soft_net_wakeup)) -#endif defined(KERNEL) && !defined(LOCORE) +#endif /* defined(KERNEL) && !defined(LOCORE) */ -#else MACH +#else /* MACH */ /* * The networking code runs off software interrupts. * @@ -45,7 +45,7 @@ int soft_net_wakeup; #ifdef vax #define setsoftnet() mtpr(SIRR, 12) #endif -#endif MACH +#endif /* MACH */ /* * Each ``pup-level-1'' input queue has a bit in a ``netisr'' status