satisfy chris in M-x nit-mode
This commit is contained in:
parent
89fea14030
commit
09fe6820f0
|
@ -12,7 +12,7 @@
|
||||||
* documentation and/or other materials provided with the distribution.
|
* documentation and/or other materials provided with the distribution.
|
||||||
* 3. All advertising materials mentioning features or use of this software
|
* 3. All advertising materials mentioning features or use of this software
|
||||||
* must display the following acknowledgement:
|
* must display the following acknowledgement:
|
||||||
* This product includes software developed by Adam Glass
|
* This product includes software developed by Adam Glass.
|
||||||
* 4. The name of the author may not be used to endorse or promote products
|
* 4. The name of the author may not be used to endorse or promote products
|
||||||
* derived from this software without specific prior written permission
|
* derived from this software without specific prior written permission
|
||||||
*
|
*
|
||||||
|
@ -27,14 +27,12 @@
|
||||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: exec_ecoff.h,v 1.1 1994/05/27 09:19:40 glass Exp $
|
* $Id: exec_ecoff.h,v 1.2 1994/05/27 15:30:45 glass Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SYS_EXEC_ECOFF_H_
|
#ifndef _SYS_EXEC_ECOFF_H_
|
||||||
#define _SYS_EXEC_ECOFF_H_
|
#define _SYS_EXEC_ECOFF_H_
|
||||||
|
|
||||||
#ifdef KERNEL
|
|
||||||
|
|
||||||
#include <machine/ecoff.h>
|
#include <machine/ecoff.h>
|
||||||
|
|
||||||
struct ecoff_filehdr {
|
struct ecoff_filehdr {
|
||||||
|
@ -85,6 +83,7 @@ struct ecoff_scnhdr { /* needed for size info */
|
||||||
((ECOFF_HDR_SIZE + efp->ef_nsecs * sizeof(struct ecoff_scnhdr) + \
|
((ECOFF_HDR_SIZE + efp->ef_nsecs * sizeof(struct ecoff_scnhdr) + \
|
||||||
ECOFF_TXTOFF_ROUND(eap)) & ~ECOFF_TXTOFF_ROUND(eap)))
|
ECOFF_TXTOFF_ROUND(eap)) & ~ECOFF_TXTOFF_ROUND(eap)))
|
||||||
|
|
||||||
|
#ifdef KERNEL
|
||||||
int exec_ecoff_makecmds __P((struct proc *, struct exec_package *));
|
int exec_ecoff_makecmds __P((struct proc *, struct exec_package *));
|
||||||
#endif /* KERNEL */
|
#endif /* KERNEL */
|
||||||
#endif /* !_SYS_EXEC_ECOFF_H_ */
|
#endif /* !_SYS_EXEC_ECOFF_H_ */
|
||||||
|
|
Loading…
Reference in New Issue