/*
 *
 *	Copyright (C) 1988, 1989 by the Massachusetts Institute of Technology
 *    	Developed by the MIT Student Information Processing Board (SIPB).
 *    	For copying information, see the file mit-copyright.h in this release.
 *
 */
/*
 * internal include file for com_err package
 */
#include "mit-sipb-copyright.h"
#ifndef __STDC__
#undef const
#define const
#endif

extern int errno;
extern char const * const sys_errlist[];
extern const int sys_nerr;

#if !defined(i386) && !defined(ultrix)
#ifdef __STDC__
int perror (const char *);
#else
int perror ();
#endif
#endif
