Install sccs headers and copyright notices.
[unix-history] / usr / src / usr.bin / tn3270 / distribution / sys_dos / spint.h
index 20559cb..cb87094 100644 (file)
@@ -3,6 +3,8 @@
  *
  * Note that spint_asm.asm contains an Assembly language version of
  * the following, so keep changes in synch!
  *
  * Note that spint_asm.asm contains an Assembly language version of
  * the following, so keep changes in synch!
+ *
+ * @(#)spint.h 1.3 (Berkeley) %G%
  */
 
 typedef struct {
  */
 
 typedef struct {
@@ -11,4 +13,4 @@ typedef struct {
     int                        int_no; /* Which interrupt to wait on */
     int                        done;   /* Are we done, or just took an interrupt? */
     int                        rc;     /* return code */
     int                        int_no; /* Which interrupt to wait on */
     int                        done;   /* Are we done, or just took an interrupt? */
     int                        rc;     /* return code */
-} Spawn;
+} Spint;