# This is a shell archive. # Remove everything above and including the cut line. # Then run the rest of the file through sh. #----cut here-----cut here-----cut here-----cut here----# #!/bin/sh # shar: Shell Archiver # Run the following text with /bin/sh to create: # Readme # ansi.patch1 # intLib.h.patch1 # logLib.h.patch1 # fioLib.h.patch2 # memlib.h.patch2 # socket.h.patch2 # stdioLib.h.patch2 # This archive created: Mon Jun 18 09:24:17 1990 echo shar: extracting Readme '(340 characters)' sed 's/^X//' << \SHAR_EOF > Readme XThe patch files contained here are to be applied to the ANSI versions Xof the VxWorks headers. Files ending in '2' are patches to WRS headers Xthat were patched in the ANSI headers and those marked '1' are patches Xto my headers. X XfioLib.h.patch2 XintLib.h.patch1 XlogLib.h.patch1 Xmemlib.h.patch2 Xsocket.h.patch2 XstdioLib.h.patch2 X X XRich NeitzelSHAR_EOF if test 340 -ne "`wc -c Readme`" then echo shar: error transmitting Readme '(should have been 340 characters)' fi echo shar: extracting ansi.patch1 '(0 characters)' sed 's/^X//' << \SHAR_EOF > ansi.patch1 SHAR_EOF if test 0 -ne "`wc -c ansi.patch1`" then echo shar: error transmitting ansi.patch1 '(should have been 0 characters)' fi echo shar: extracting intLib.h.patch1 '(1139 characters)' sed 's/^X//' << \SHAR_EOF > intLib.h.patch1 X*** intLib.h Mon Jun 18 08:41:47 1990 X--- /vx/h/ansi/intLib.h Wed Jun 13 08:45:26 1990 X*************** X*** 1,5 **** X /* X! * $Id: intLib.h,v 1.1 90/04/03 14:38:16 thor Exp $ X * X * Module: intLib.h X * Original Author: Richard E. K. Neitzel X--- 1,5 ---- X /* X! * $Id: intLib.h,v 1.2 90/06/13 08:44:28 thor Exp $ X * X * Module: intLib.h X * Original Author: Richard E. K. Neitzel X*************** X*** 8,13 **** X--- 8,16 ---- X * revision history X * ---------------- X * $Log: intLib.h,v $ X+ * Revision 1.2 90/06/13 08:44:28 thor X+ * Fixed broken data declaration X+ * X * Revision 1.1 90/04/03 14:38:16 thor X * Initial revision X * X*************** X*** 27,33 **** X IMPORT void intUnlock(int); X IMPORT FUNCPTR *intVecBaseGet(void); X IMPORT void intVecBaseSet(FUNCPTR *); X! IMPORT FUNCPT intVecGet(FUNCPTR *); X IMPORT void intVecSet(FUNCPTR *, FUNCPTR); X X #endif INCintLibh X--- 30,36 ---- X IMPORT void intUnlock(int); X IMPORT FUNCPTR *intVecBaseGet(void); X IMPORT void intVecBaseSet(FUNCPTR *); X! IMPORT FUNCPTR intVecGet(FUNCPTR *); X IMPORT void intVecSet(FUNCPTR *, FUNCPTR); X X #endif INCintLibh SHAR_EOF if test 1139 -ne "`wc -c intLib.h.patch1`" then echo shar: error transmitting intLib.h.patch1 '(should have been 1139 characters)' fi echo shar: extracting logLib.h.patch1 '(1049 characters)' sed 's/^X//' << \SHAR_EOF > logLib.h.patch1 X*** logLib.h Mon Jun 18 08:41:50 1990 X--- /vx/h/ansi/logLib.h Wed Jun 13 11:14:37 1990 X*************** X*** 1,5 **** X /* X! * $Id: logLib.h,v 1.1 90/04/03 14:39:04 thor Exp $ X * X * Module: logLib X * Original Author: Richard E. K. Neitzel X--- 1,5 ---- X /* X! * $Id: logLib.h,v 1.2 90/06/13 11:14:14 thor Exp $ X * X * Module: logLib X * Original Author: Richard E. K. Neitzel X*************** X*** 9,14 **** X--- 9,17 ---- X * revision history X * ---------------- X * $Log: logLib.h,v $ X+ * Revision 1.2 90/06/13 11:14:14 thor X+ * Fixed typos. X+ * X * Revision 1.1 90/04/03 14:39:04 thor X * Initial revision X * X*************** X*** 20,26 **** X #ifndef INCloglibh X #define INCloglibh X X! IMPORT STATUS logInit(int, int0; X IMPORT void logMsg(const char *, ...); X IMPORT void logFdSet(int); X IMPORT STATUS logFdAdd(int); X--- 23,29 ---- X #ifndef INCloglibh X #define INCloglibh X X! IMPORT STATUS logInit(int, int); X IMPORT void logMsg(const char *, ...); X IMPORT void logFdSet(int); X IMPORT STATUS logFdAdd(int); SHAR_EOF if test 1049 -ne "`wc -c logLib.h.patch1`" then echo shar: error transmitting logLib.h.patch1 '(should have been 1049 characters)' fi echo shar: extracting fioLib.h.patch2 '(801 characters)' sed 's/^X//' << \SHAR_EOF > fioLib.h.patch2 X*** fioLib.h Mon Jun 18 08:46:58 1990 X--- /vx/h/ansi/fioLib.h Wed Apr 11 13:53:50 1990 X*************** X*** 20,26 **** X X /* function prototypes */ X IMPORT void fdprintf(int, char *, ...); /* printf on given fd */ X! IMPORT void fioFormat(char *, ..., FUNCPTR, int); /* format processor */ X IMPORT int fioRdString(int, char *, int); /* read string from file */ X IMPORT int fioRead(int, char *, int); /* read */ X IMPORT int fioStdErr(void); /* obsolete */ X--- 20,26 ---- X X /* function prototypes */ X IMPORT void fdprintf(int, char *, ...); /* printf on given fd */ X! IMPORT void fioFormat(char *, ...); /* format processor */ X IMPORT int fioRdString(int, char *, int); /* read string from file */ X IMPORT int fioRead(int, char *, int); /* read */ X IMPORT int fioStdErr(void); /* obsolete */ SHAR_EOF if test 801 -ne "`wc -c fioLib.h.patch2`" then echo shar: error transmitting fioLib.h.patch2 '(should have been 801 characters)' fi echo shar: extracting memlib.h.patch2 '(575 characters)' sed 's/^X//' << \SHAR_EOF > memlib.h.patch2 X*** memLib.h Mon Jun 18 09:00:36 1990 X--- /vx/h/ansi/memLib.h Thu Apr 26 09:10:54 1990 X*************** X*** 81,89 **** X X /* function declarations */ X X! IMPORT char *malloc (unsigned); X! IMPORT char *realloc (char *, unsigned); X! IMPORT char *calloc (unsigned, unsigned); X IMPORT STATUS free(void *); X IMPORT STATUS cfree(void *); X X--- 81,89 ---- X X /* function declarations */ X X! IMPORT void *malloc (unsigned); X! IMPORT void *realloc (char *, unsigned); X! IMPORT void *calloc (unsigned, unsigned); X IMPORT STATUS free(void *); X IMPORT STATUS cfree(void *); X SHAR_EOF if test 575 -ne "`wc -c memlib.h.patch2`" then echo shar: error transmitting memlib.h.patch2 '(should have been 575 characters)' fi echo shar: extracting socket.h.patch2 '(827 characters)' sed 's/^X//' << \SHAR_EOF > socket.h.patch2 X*** socket.h Mon Jun 18 09:06:50 1990 X--- /vx/h/ansi/socket.h Tue Jun 12 08:38:45 1990 X*************** X*** 172,178 **** X IMPORT STATUS getpeername(int, SOCKADDR *, int *); X IMPORT STATUS getsockname(int, SOCKADDR *, int *); X IMPORT STATUS listen(int, int); X! IMPORT int recv(int, caddr_t buf, int, int0; X IMPORT int recvfrom(int, caddr_t, int, int, struct sockaddr *, int *); X IMPORT int recvmsg(int, struct msghdr *, int); X IMPORT STATUS shutdown(int, int); X--- 172,178 ---- X IMPORT STATUS getpeername(int, SOCKADDR *, int *); X IMPORT STATUS getsockname(int, SOCKADDR *, int *); X IMPORT STATUS listen(int, int); X! IMPORT int recv(int, caddr_t buf, int, int); X IMPORT int recvfrom(int, caddr_t, int, int, struct sockaddr *, int *); X IMPORT int recvmsg(int, struct msghdr *, int); X IMPORT STATUS shutdown(int, int); SHAR_EOF if test 827 -ne "`wc -c socket.h.patch2`" then echo shar: error transmitting socket.h.patch2 '(should have been 827 characters)' fi echo shar: extracting stdioLib.h.patch2 '(817 characters)' sed 's/^X//' << \SHAR_EOF > stdioLib.h.patch2 X*** stdioLib.h Mon Jun 18 09:10:41 1990 X--- /vx/h/ansi/stdioLib.h Wed Apr 25 10:46:42 1990 X*************** X*** 26,31 **** X--- 26,32 ---- X int taskId; /* id of task that created this entity */ X } FILE; X X+ X /* flag values */ X X #define _STDIO_READ 0x01 X*************** X*** 103,108 **** X IMPORT void setbuffer(FILE *, char *, int); /* set buffer for stream */ X IMPORT void setlinebuf(FILE *); X IMPORT int ungetc(int, FILE *); /* pushd character back on stream */ X! X X #endif INCstdioLibh X--- 104,110 ---- X IMPORT void setbuffer(FILE *, char *, int); /* set buffer for stream */ X IMPORT void setlinebuf(FILE *); X IMPORT int ungetc(int, FILE *); /* pushd character back on stream */ X! IMPORT int stdioFillBuf(FILE *); X! IMPORT int stdioFlushBuf(unsigned char *, FILE *); X X #endif INCstdioLibh SHAR_EOF if test 817 -ne "`wc -c stdioLib.h.patch2`" then echo shar: error transmitting stdioLib.h.patch2 '(should have been 817 characters)' fi # End of shell archive exit 0