Ignore:
Timestamp:
Mar 2, 2009, 2:14:43 AM (16 years ago)
Author:
bird
Message:

kash: eliminating warnings (gcc/darwin).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shfile.c

    r2309 r2312  
    843843{
    844844    int rc;
    845     int s;
    846845#ifdef SHFILE_IN_USE
    847846# if K_OS == K_OS_WINDOWS
     
    879878        }
    880879# endif
    881         s = errno;
    882880        if (fds[1] == -1)
    883881        {
     882            int s = errno;
    884883            if (fds[0] != -1)
    885884            {
Note: See TracChangeset for help on using the changeset viewer.