Ignore:
Timestamp:
Jan 24, 2007, 11:21:56 PM (18 years ago)
Author:
bird
Message:

copyright and email updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/win/mscfakes.c

    r636 r785  
    44 * Fake Unix stuff for MSC.
    55 *
    6  * Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
     6 * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
    77 *
    88 *
     
    4141
    4242char *dirname(char *path)
    43 {         
     43{
    4444    /** @todo later */
    4545    return path;
     
    131131    return cch;
    132132}
    133 #endif 
     133#endif
    134134
    135135
     
    166166    fprintf(stderr, "ioctl(%d, %d,..)\n", fd, iCmd);
    167167    return 0;
    168 }   
     168}
    169169
    170170int tcsetpgrp(int fd, pid_t pgrp)
Note: See TracChangeset for help on using the changeset viewer.