- some #endif's had (illegal) trailing text. Made this text into comments.

This commit is contained in:
gdr-ftp 1998-01-25 20:58:56 +00:00
parent 12ab1893b4
commit ebe6b4168b
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
********************************************************************** **********************************************************************
*/ */
#endif CMU #endif /* CMU */
/* /*
* Copyright (c) 1980, 1986 Regents of the University of California. * Copyright (c) 1980, 1986 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement * All rights reserved. The Berkeley software License Agreement

View File

@ -31,9 +31,9 @@
int soft_net_wakeup; int soft_net_wakeup;
#define setsoftnet() (wakeup((caddr_t)&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. * The networking code runs off software interrupts.
* *
@ -45,7 +45,7 @@ int soft_net_wakeup;
#ifdef vax #ifdef vax
#define setsoftnet() mtpr(SIRR, 12) #define setsoftnet() mtpr(SIRR, 12)
#endif #endif
#endif MACH #endif /* MACH */
/* /*
* Each ``pup-level-1'' input queue has a bit in a ``netisr'' status * Each ``pup-level-1'' input queue has a bit in a ``netisr'' status