Changeset 4118


Ignore:
Timestamp:
Aug 30, 2000, 6:15:15 AM (25 years ago)
Author:
bird
Message:

Logging corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/dev16/probkrnl.c

    r4117 r4118  
    1 /* $Id: probkrnl.c,v 1.20.4.12 2000-08-30 04:11:27 bird Exp $
     1/* $Id: probkrnl.c,v 1.20.4.13 2000-08-30 04:15:15 bird Exp $
    22 *
    33 * Description:   Autoprobes the os2krnl file and os2krnl[*].sym files.
     
    905905                                 pImport->achName, pImport->offObject,
    906906                                 pImport->ulAddress, pImport->usSel));
    907                         printf16("Found: %s at off 0x%lx addr 0x%lx, sel=0x%x\n",
    908                                  pImport->achName, pImport->offObject,
    909                                  pImport->ulAddress, pImport->usSel);
    910907                    }
    911908                    else/* test failed, continue on next symbol*/
     
    16981695        int         i;
    16991696
    1700         printf16("/* $Id: probkrnl.c,v 1.20.4.12 2000-08-30 04:11:27 bird Exp $\n"
     1697        printf16("/* $Id: probkrnl.c,v 1.20.4.13 2000-08-30 04:15:15 bird Exp $\n"
    17011698                 "*\n"
    17021699                 "* Autogenerated kernel symbol database.\n"
Note: See TracChangeset for help on using the changeset viewer.