Browse Source

* added logs, fixed email address of Armin, it is
[email protected]

florian 24 years ago
parent
commit
9929a33475
6 changed files with 39 additions and 6 deletions
  1. 5 2
      rtl/netware/dos.pp
  2. 7 0
      rtl/netware/errno.inc
  3. 7 0
      rtl/netware/nwpre.pp
  4. 8 0
      rtl/netware/nwsys.inc
  5. 6 2
      rtl/netware/system.pp
  6. 6 2
      rtl/netware/sysutils.pp

+ 5 - 2
rtl/netware/dos.pp

@@ -850,8 +850,11 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-04-11 14:14:12  florian
-    * initial commit, thanks to Armin Diehl (diehl@nordrhein)
+  Revision 1.2  2001-04-11 14:17:00  florian
+    * added logs, fixed email address of Armin, it is
+      [email protected]
 
 
+  Revision 1.1  2001/04/11 14:14:12  florian
+    * initial commit, thanks to Armin Diehl ([email protected])
 
 
 }
 }

+ 7 - 0
rtl/netware/errno.inc

@@ -136,3 +136,10 @@
      SYS_ENONEXTANT = 104;
      SYS_ENONEXTANT = 104;
      SYS_ENOCONTEXT = 105;        // no thread library context present
      SYS_ENOCONTEXT = 105;        // no thread library context present
      SYS_ELASTERR = SYS_ENOCONTEXT;
      SYS_ELASTERR = SYS_ENOCONTEXT;
+{
+  $Log$
+  Revision 1.2  2001-04-11 14:17:00  florian
+    * added logs, fixed email address of Armin, it is
+      [email protected]
+
+}

+ 7 - 0
rtl/netware/nwpre.pp

@@ -123,3 +123,10 @@ END;
 
 
 
 
 end.
 end.
+{
+  $Log$
+  Revision 1.2  2001-04-11 14:17:00  florian
+    * added logs, fixed email address of Armin, it is
+      [email protected]
+
+}

+ 8 - 0
rtl/netware/nwsys.inc

@@ -251,3 +251,11 @@ TYPE NWDirEnt =
                                  VAR availableDirSlots   : WORD;
                                  VAR availableDirSlots   : WORD;
                                  VAR volumeisRemovable   : WORD) : LONGINT; CDECL; EXTERNAL NitNlm NAME 'GetVolumeInfoWithNumber';
                                  VAR volumeisRemovable   : WORD) : LONGINT; CDECL; EXTERNAL NitNlm NAME 'GetVolumeInfoWithNumber';
   FUNCTION _GetNumberOfVolumes : LONGINT; CDECL; EXTERNAL NitNlm NAME 'GetNumberOfVolumes';
   FUNCTION _GetNumberOfVolumes : LONGINT; CDECL; EXTERNAL NitNlm NAME 'GetNumberOfVolumes';
+
+{
+  $Log$
+  Revision 1.2  2001-04-11 14:17:00  florian
+    * added logs, fixed email address of Armin, it is
+      [email protected]
+
+}

+ 6 - 2
rtl/netware/system.pp

@@ -548,8 +548,12 @@ Begin
 End.
 End.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-04-11 14:14:12  florian
-    * initial commit, thanks to Armin Diehl (diehl@nordrhein)
+  Revision 1.2  2001-04-11 14:17:00  florian
+    * added logs, fixed email address of Armin, it is
+      [email protected]
+
+  Revision 1.1  2001/04/11 14:14:12  florian
+    * initial commit, thanks to Armin Diehl ([email protected])
 
 
   Revision 1.2  2000/07/13 11:33:56  michael
   Revision 1.2  2000/07/13 11:33:56  michael
   + removed logs
   + removed logs

+ 6 - 2
rtl/netware/sysutils.pp

@@ -468,8 +468,12 @@ end.
 {
 {
 
 
   $Log$
   $Log$
-  Revision 1.1  2001-04-11 14:14:12  florian
-    * initial commit, thanks to Armin Diehl (diehl@nordrhein)
+  Revision 1.2  2001-04-11 14:17:00  florian
+    * added logs, fixed email address of Armin, it is
+      [email protected]
+
+  Revision 1.1  2001/04/11 14:14:12  florian
+    * initial commit, thanks to Armin Diehl ([email protected])
 
 
   Revision 1.8  2001/02/20 22:19:38  peter
   Revision 1.8  2001/02/20 22:19:38  peter
     * always test before commiting after merging, linux -> unix change
     * always test before commiting after merging, linux -> unix change