Changeset 1132


Ignore:
Timestamp:
Feb 1, 2004, 12:55:41 AM (22 years ago)
Author:
bird
Message:

reversed last change. (this is BSD no GNU)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/alias/aliasbsdfuncs.awk

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1131 r1132  
    1212
    1313  while ((getline < fn) > 0)
    14     if (match($0, "_GNUALIAS\\(") != 0)
     14    if (match($0, "_BSDALIAS\\(") != 0)
    1515    {
    1616       blank = match($0, " ");
Note: See TracChangeset for help on using the changeset viewer.