View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-2 / +2 lines)
 Lines 20-26    Link Here 
#endif
#endif
long cons_dev;			/* console device */
long cons_dev;			/* console device */
extern long int dispatch();	/* Need the full 64 bit return here...*/
long
long
cons_puts(const char *str, long len)
cons_puts(const char *str, long len)
 Lines 6-11    Link Here 
 * This file has been ported from the DEC 32-bit Linux version
 * This file has been ported from the DEC 32-bit Linux version
 * by David Mosberger (davidm@cs.arizona.edu).
 * by David Mosberger (davidm@cs.arizona.edu).
 */
 */
#include <string.h>
#include <linux/stat.h>
#include <linux/stat.h>
#include <linux/types.h>
#include <linux/types.h>
#include <linux/version.h>
#include <linux/version.h>
 Lines 3-9    Link Here 
extern long cons_dev;		/* console device */
extern long cons_dev;		/* console device */
extern long dispatch(long proc, ...);
extern long int dispatch(long proc, ...);
#ifdef TESTING
#ifdef TESTING
#define STRINGIFY(sym) #sym
#define STRINGIFY(sym) #sym