mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 08:29:28 +00:00
- some #endif's had (illegal) trailing text. Made this text into comments.
This commit is contained in:
parent
12ab1893b4
commit
ebe6b4168b
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user