Changes for udf and other problems discovered while looking at udf

This commit is contained in:
Marty Kraimer
1996-10-31 22:24:14 +00:00
parent a160ebf5ba
commit 179c9f6df0
34 changed files with 382 additions and 670 deletions
+2 -5
View File
@@ -1,7 +1,5 @@
/* devEventTestIoEvent.c */
/* base/src/dev $Id$ */
/* devEventTestIoEvent.c - Device Support Routines for ioEvent*/
/*
* Author: Marty Kraimer
* Date: 01/09/92
@@ -39,7 +37,6 @@
#include <stdioLib.h>
#include <wdLib.h>
#include <string.h>
#include <dbDefs.h>
#include <dbAccess.h>
#include <dbScan.h>
@@ -63,11 +60,11 @@ struct {
init,
NULL,
get_ioint_info,
read_event};
read_event
};
static IOSCANPVT ioscanpvt;
WDOG_ID wd_id=NULL;
static long init(after)
int after;